Searched refs:computeBatteryTimeRemaining (Results 1 – 6 of 6) sorted by relevance
63 long computeBatteryTimeRemaining(); in computeBatteryTimeRemaining() method
426 public long computeBatteryTimeRemaining() { in computeBatteryTimeRemaining() method in BatteryStatsService428 long time = mStats.computeBatteryTimeRemaining(SystemClock.elapsedRealtime()); in computeBatteryTimeRemaining()
461 mBatteryTimeRemainingUs = mStats.computeBatteryTimeRemaining(rawRealtimeUs); in refreshStats()
12552 public long computeBatteryTimeRemaining(long curTime) { in computeBatteryTimeRemaining() method in BatteryStatsImpl
2943 public abstract long computeBatteryTimeRemaining(long curTime); in computeBatteryTimeRemaining() method in BatteryStats4492 final long batteryTimeRemaining = computeBatteryTimeRemaining(rawRealtime); in dumpLocked()7034 long timeRemaining = computeBatteryTimeRemaining( in dumpLocked()7213 long timeRemaining = computeBatteryTimeRemaining(SystemClock.elapsedRealtime() * 1000); in dumpCheckinLocked()7883 timeRemainingUs = computeBatteryTimeRemaining(rawRealtimeUs); in dumpProtoSystemLocked()
28632 HSPLcom/android/internal/os/BatteryStatsImpl;->computeBatteryTimeRemaining(J)J