Searched refs:onRefreshBatteryInfo (Results 1 – 4 of 4) sorted by relevance
554 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()
46 public void onRefreshBatteryInfo(BatteryStatus status) { } in onRefreshBatteryInfo() method in KeyguardUpdateMonitorCallback
2802 cb.onRefreshBatteryInfo(status); in handleBatteryUpdate()3129 callback.onRefreshBatteryInfo(mBatteryStatus); in sendUpdates()
946 public void onRefreshBatteryInfo(BatteryStatus status) { in onRefreshBatteryInfo() method in KeyguardIndicationController.BaseKeyguardCallback