Searched refs:computeBatteryTimeRemaining (Results 1 – 6 of 6) sorted by relevance
58 long computeBatteryTimeRemaining(); in computeBatteryTimeRemaining() method
139 final long drainTime = stats.computeBatteryTimeRemaining(elapsedRealtimeUs); in getBatteryInfo()
380 public long computeBatteryTimeRemaining() { in computeBatteryTimeRemaining() method in BatteryStatsService382 long time = mStats.computeBatteryTimeRemaining(SystemClock.elapsedRealtime()); in computeBatteryTimeRemaining()
398 mBatteryTimeRemainingUs = mStats.computeBatteryTimeRemaining(rawRealtimeUs); in refreshStats()
9595 public long computeBatteryTimeRemaining(long curTime) { in computeBatteryTimeRemaining() method in BatteryStatsImpl
2310 public abstract long computeBatteryTimeRemaining(long curTime); in computeBatteryTimeRemaining() method in BatteryStats3351 final long batteryTimeRemaining = computeBatteryTimeRemaining(rawRealtime); in dumpLocked()5304 long timeRemaining = computeBatteryTimeRemaining(SystemClock.elapsedRealtime()); in dumpLocked()5483 long timeRemaining = computeBatteryTimeRemaining(SystemClock.elapsedRealtime()); in dumpCheckinLocked()