Home
last modified time | relevance | path

Searched refs:mBatteryControllerLazy (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java184 private final Lazy<BatteryController> mBatteryControllerLazy; field in PowerNotificationWarnings
201 mBatteryControllerLazy = batteryControllerLazy; in PowerNotificationWarnings()
709 WeakReference<View> ref = mBatteryControllerLazy.get().getLastPowerSaverStartView(); in showStartSaverConfirmation()
719 mBatteryControllerLazy.get().clearLastPowerSaverStartView(); in showStartSaverConfirmation()