Searched refs:computeBatteryTimeRemaining (Results 1 – 7 of 7) sorted by relevance
60 final long batteryTimeRemainingMs = batteryStats.computeBatteryTimeRemaining(rawRealtimeUs); in calculate()
15242 public long computeBatteryTimeRemaining(long curTime) {
86 long computeBatteryTimeRemaining(); in computeBatteryTimeRemaining() method
3500 public abstract long computeBatteryTimeRemaining(long curTime); in computeBatteryTimeRemaining() method in BatteryStats5196 final long batteryTimeRemaining = computeBatteryTimeRemaining(rawRealtime); in dumpLocked()7752 long timeRemaining = computeBatteryTimeRemaining( in dumpLocked()7918 long timeRemaining = computeBatteryTimeRemaining(SystemClock.elapsedRealtime() * 1000); in dumpCheckinLocked()8581 timeRemainingUs = computeBatteryTimeRemaining(rawRealtimeUs); in dumpProtoSystemLocked()
1141 public long computeBatteryTimeRemaining() { in computeBatteryTimeRemaining() method in BatteryStatsService1143 long time = mStats.computeBatteryTimeRemaining(SystemClock.elapsedRealtime()); in computeBatteryTimeRemaining()
6352 return new ParcelDuration(mBatteryStats.computeBatteryTimeRemaining());
71709 Lcom/android/internal/app/IBatteryStats$Stub$Proxy;->computeBatteryTimeRemaining()J71888 Lcom/android/internal/app/IBatteryStats;->computeBatteryTimeRemaining()J