Searched refs:computeBatteryTimeRemaining (Results 1 – 7 of 7) sorted by relevance
60 final long batteryTimeRemainingMs = batteryStats.computeBatteryTimeRemaining(rawRealtimeUs); in calculate()
14669 public long computeBatteryTimeRemaining(long curTime) {
80 long computeBatteryTimeRemaining(); in computeBatteryTimeRemaining() method
929 public long computeBatteryTimeRemaining() { in computeBatteryTimeRemaining() method in BatteryStatsService931 long time = mStats.computeBatteryTimeRemaining(SystemClock.elapsedRealtime()); in computeBatteryTimeRemaining()
3460 public abstract long computeBatteryTimeRemaining(long curTime); in computeBatteryTimeRemaining() method in BatteryStats5141 final long batteryTimeRemaining = computeBatteryTimeRemaining(rawRealtime); in dumpLocked()7732 long timeRemaining = computeBatteryTimeRemaining( in dumpLocked()7898 long timeRemaining = computeBatteryTimeRemaining(SystemClock.elapsedRealtime() * 1000); in dumpCheckinLocked()8557 timeRemainingUs = computeBatteryTimeRemaining(rawRealtimeUs); in dumpProtoSystemLocked()
6181 return new ParcelDuration(mBatteryStats.computeBatteryTimeRemaining());
72352 Lcom/android/internal/app/IBatteryStats$Stub$Proxy;->computeBatteryTimeRemaining()J72531 Lcom/android/internal/app/IBatteryStats;->computeBatteryTimeRemaining()J