Searched refs:onRefreshBatteryInfo (Results 1 – 5 of 5) sorted by relevance
42 public void onRefreshBatteryInfo(BatteryStatus status) { } in onRefreshBatteryInfo() method in KeyguardUpdateMonitorCallback
3757 cb.onRefreshBatteryInfo(status); in handleBatteryUpdate()4085 callback.onRefreshBatteryInfo(mBatteryStatus); in sendUpdates()
773 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()
1128 public void onRefreshBatteryInfo(BatteryStatus status) { in onRefreshBatteryInfo() method in KeyguardIndicationController.BaseKeyguardCallback
3468 verify(mTestCallback, atLeastOnce()).onRefreshBatteryInfo(captor.capture()); in verifyRefreshBatteryInfo()