Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerTest.java554 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_computesChargingTime()
566 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_computesChargingTime_onlyWhenCharging()
610 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_chargingWithOverheat_presentChargingLimited()
628 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_pluggedWithOverheat_presentChargingLimited()
646 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_fullChargedWithOverheat_presentChargingLimited()
664 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_fullChargedWithoutOverheat_presentCharged()
679 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_dozing_dischargingWithOverheat_presentBatteryPercentage()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java46 public void onRefreshBatteryInfo(BatteryStatus status) { } in onRefreshBatteryInfo() method in KeyguardUpdateMonitorCallback
H A DKeyguardUpdateMonitor.java2802 cb.onRefreshBatteryInfo(status); in handleBatteryUpdate()
3129 callback.onRefreshBatteryInfo(mBatteryStatus); in sendUpdates()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java946 public void onRefreshBatteryInfo(BatteryStatus status) { in onRefreshBatteryInfo() method in KeyguardIndicationController.BaseKeyguardCallback