Searched refs:PowerUI (Results 1 – 9 of 9) sorted by relevance
20 import com.android.systemui.power.PowerUI;31 PowerUI.WarningsUI provideWarningsUi(PowerNotificationWarnings controllerImpl); in provideWarningsUi()
30 import com.android.systemui.power.PowerUI;95 @ClassKey(PowerUI.class)96 public abstract SystemUI bindPowerUI(PowerUI sysui); in bindPowerUI()
34 import com.android.systemui.power.PowerUI;101 @ClassKey(PowerUI.class)102 public abstract SystemUI bindPowerUI(PowerUI sysui); in bindPowerUI()
3 import com.android.systemui.power.PowerUI.NO_ESTIMATE_AVAILABLE
80 public class PowerNotificationWarnings implements PowerUI.WarningsUI {82 private static final String TAG = PowerUI.TAG + ".Notification";83 private static final boolean DEBUG = PowerUI.DEBUG;
65 public class PowerUI extends SystemUI implements CommandQueue.Callbacks { class115 public PowerUI(Context context, BroadcastDispatcher broadcastDispatcher, in PowerUI() method in PowerUI
50 import com.android.systemui.power.PowerUI.WarningsUI;85 private PowerUI mPowerUI;533 when(mEnhancedEstimates.getLowWarningThreshold()).thenReturn(PowerUI.THREE_HOURS_IN_MILLIS); in testRefreshEstimateIfNeeded_onlyQueriesEstimateOnBatteryLevelChangeOrNull()692 mPowerUI = new PowerUI( in createPowerUi()
102 ### [com.android.systemui.power.PowerUI](/packages/SystemUI/src/com/android/systemui/power/PowerUI.…
66 import com.android.systemui.power.PowerUI;294 @Inject Lazy<PowerUI.WarningsUI> mWarningsUI;487 mProviders.put(PowerUI.WarningsUI.class, mWarningsUI::get); in start()