Searched refs:PowerUI (Results 1 – 8 of 8) 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()
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;
64 public class PowerUI extends SystemUI implements CommandQueue.Callbacks { class114 public PowerUI(Context context, BroadcastDispatcher broadcastDispatcher, in PowerUI() method in PowerUI
50 import com.android.systemui.power.PowerUI.WarningsUI;84 private PowerUI mPowerUI;532 when(mEnhancedEstimates.getLowWarningThreshold()).thenReturn(PowerUI.THREE_HOURS_IN_MILLIS); in testRefreshEstimateIfNeeded_onlyQueriesEstimateOnBatteryLevelChangeOrNull()691 mPowerUI = new PowerUI(mContext, mBroadcastDispatcher, mCommandQueue, mStatusBarLazy); in createPowerUi()
102 ### [com.android.systemui.power.PowerUI](/packages/SystemUI/src/com/android/systemui/power/PowerUI.…
65 import com.android.systemui.power.PowerUI;292 @Inject Lazy<PowerUI.WarningsUI> mWarningsUI;483 mProviders.put(PowerUI.WarningsUI.class, mWarningsUI::get); in start()