blob: 8f41a6036072cd861465d7dde1a74bb3b86f8ab8 [file] [log] [blame]
Salvador Martinezf9e47502018-01-04 13:45:48 -08001package com.android.systemui.power;
2
3public interface EnhancedEstimates {
4
5 boolean isHybridNotificationEnabled();
6
7 Estimate getEstimate();
8}