Searched refs:computeBatteryTimeRemaining (Results 1 – 7 of 7) sorted by relevance
88 doReturn(REMAINING_TIME_NULL).when(mBatteryStats).computeBatteryTimeRemaining(anyLong()); in testGetBatteryInfo_hasStatusLabel()
58 long computeBatteryTimeRemaining(); in computeBatteryTimeRemaining() method
141 final long drainTime = stats.computeBatteryTimeRemaining(elapsedRealtimeUs); in getBatteryInfo()
406 public long computeBatteryTimeRemaining() { in computeBatteryTimeRemaining() method in BatteryStatsService408 long time = mStats.computeBatteryTimeRemaining(SystemClock.elapsedRealtime()); in computeBatteryTimeRemaining()
431 mBatteryTimeRemainingUs = mStats.computeBatteryTimeRemaining(rawRealtimeUs); in refreshStats()
10815 public long computeBatteryTimeRemaining(long curTime) { in computeBatteryTimeRemaining() method in BatteryStatsImpl
2484 public abstract long computeBatteryTimeRemaining(long curTime); in computeBatteryTimeRemaining() method in BatteryStats3730 final long batteryTimeRemaining = computeBatteryTimeRemaining(rawRealtime); in dumpLocked()5981 long timeRemaining = computeBatteryTimeRemaining( in dumpLocked()6162 long timeRemaining = computeBatteryTimeRemaining(SystemClock.elapsedRealtime() * 1000); in dumpCheckinLocked()