Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java44 public void onRefreshBatteryInfo(BatteryStatus status) { } in onRefreshBatteryInfo() method in KeyguardUpdateMonitorCallback
DKeyguardUpdateMonitor.java3263 cb.onRefreshBatteryInfo(status); in handleBatteryUpdate()
3589 callback.onRefreshBatteryInfo(mBatteryStatus); in sendUpdates()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java785 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_computesChargingTime()
797 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_computesChargingTime_onlyWhenCharging()
840 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_chargingWithLongLife_presentChargingLimited()
858 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_fullChargedWithLongLife_presentChargingLimited()
876 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_fullChargedWithoutLongLife_presentCharged()
892 mController.getKeyguardCallback().onRefreshBatteryInfo(status); in onRefreshBatteryInfo_dozing_dischargingWithLongLife_presentBatteryPercentage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java1267 public void onRefreshBatteryInfo(BatteryStatus status) { in onRefreshBatteryInfo() method in KeyguardIndicationController.BaseKeyguardCallback
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java2372 verify(mTestCallback, atLeastOnce()).onRefreshBatteryInfo(captor.capture()); in verifyRefreshBatteryInfo()