Searched refs:PowerUI (Results 1 – 9 of 9) sorted by relevance
32 import com.android.systemui.power.PowerUI;108 @ClassKey(PowerUI.class)109 public abstract SystemUI bindPowerUI(PowerUI sysui); in bindPowerUI()
33 import com.android.systemui.power.PowerUI;239 public abstract PowerUI.WarningsUI provideWarningsUi(PowerNotificationWarnings controllerImpl); in provideWarningsUi()
34 import com.android.systemui.power.PowerUI;114 @ClassKey(PowerUI.class)115 public abstract SystemUI bindPowerUI(PowerUI sysui); in bindPowerUI()
3 import com.android.systemui.power.PowerUI.NO_ESTIMATE_AVAILABLE
77 public class PowerNotificationWarnings implements PowerUI.WarningsUI {79 private static final String TAG = PowerUI.TAG + ".Notification";80 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()
107 ### [com.android.systemui.power.PowerUI](/packages/SystemUI/src/com/android/systemui/power/PowerUI.…
56 import com.android.systemui.power.PowerUI;260 @Inject Lazy<PowerUI.WarningsUI> mWarningsUI;437 mProviders.put(PowerUI.WarningsUI.class, mWarningsUI::get); in start()