Searched refs:onRefreshBatteryInfo (Results 1 – 5 of 5) sorted by relevance
44 public void onRefreshBatteryInfo(BatteryStatus status) { } in onRefreshBatteryInfo() method in KeyguardUpdateMonitorCallback
3263 cb.onRefreshBatteryInfo(status); in handleBatteryUpdate()3589 callback.onRefreshBatteryInfo(mBatteryStatus); in sendUpdates()
785 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()
1267 public void onRefreshBatteryInfo(BatteryStatus status) { in onRefreshBatteryInfo() method in KeyguardIndicationController.BaseKeyguardCallback
2372 verify(mTestCallback, atLeastOnce()).onRefreshBatteryInfo(captor.capture()); in verifyRefreshBatteryInfo()