Searched refs:computeChargeTimeRemaining (Results 1 – 8 of 8) sorted by relevance
97 doReturn(REMAINING_TIME).when(mBatteryStats).computeChargeTimeRemaining(anyLong()); in testGetBatteryInfo_doNotShowChargingMethod_hasRemainingTime()106 doReturn(REMAINING_TIME_NULL).when(mBatteryStats).computeChargeTimeRemaining(anyLong()); in testGetBatteryInfo_doNotShowChargingMethod_noRemainingTime()
62 long computeChargeTimeRemaining(); in computeChargeTimeRemaining() method
159 final long chargeTime = stats.computeChargeTimeRemaining(elapsedRealtimeUs); in getBatteryInfo()
304 chargingTimeRemaining = mBatteryInfo.computeChargeTimeRemaining(); in computePowerIndication()
413 public long computeChargeTimeRemaining() { in computeChargeTimeRemaining() method in BatteryStatsService415 long time = mStats.computeChargeTimeRemaining(SystemClock.elapsedRealtime()); in computeChargeTimeRemaining()
432 mChargeTimeRemainingUs = mStats.computeChargeTimeRemaining(rawRealtimeUs); in refreshStats()
10853 public long computeChargeTimeRemaining(long curTime) { in computeChargeTimeRemaining() method in BatteryStatsImpl
2600 public abstract long computeChargeTimeRemaining(long curTime); in computeChargeTimeRemaining() method in BatteryStats3731 final long chargeTimeRemaining = computeChargeTimeRemaining(rawRealtime); in dumpLocked()5998 long timeRemaining = computeChargeTimeRemaining( in dumpLocked()6169 timeRemaining = computeChargeTimeRemaining(SystemClock.elapsedRealtime() * 1000); in dumpCheckinLocked()