Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java42 public void onRefreshBatteryInfo(BatteryStatus status) { } in onRefreshBatteryInfo() method in KeyguardUpdateMonitorCallback
H A DKeyguardUpdateMonitor.java3757 cb.onRefreshBatteryInfo(status); in handleBatteryUpdate()
4085 callback.onRefreshBatteryInfo(mBatteryStatus); in sendUpdates()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerTest.java773 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_computesChargingTime()
785 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_computesChargingTime_onlyWhenCharging()
828 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_chargingWithLongLife_presentChargingLimited()
846 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_fullChargedWithLongLife_presentChargingLimited()
864 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_fullChargedWithoutLongLife_presentCharged()
880 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_dozing_dischargingWithLongLife_presentBatteryPercentage()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java1128 public void onRefreshBatteryInfo(BatteryStatus status) { in onRefreshBatteryInfo() method in KeyguardIndicationController.BaseKeyguardCallback
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java3468 verify(mTestCallback, atLeastOnce()).onRefreshBatteryInfo(captor.capture()); in verifyRefreshBatteryInfo()