Searched refs:computeChargeTimeRemaining (Results 1 – 7 of 7) sorted by relevance
62 long computeChargeTimeRemaining(); in computeChargeTimeRemaining() method
192 chargingTimeRemaining = mBatteryInfo.computeChargeTimeRemaining(); in computePowerIndication()
157 final long chargeTime = stats.computeChargeTimeRemaining(elapsedRealtimeUs); in getBatteryInfo()
387 public long computeChargeTimeRemaining() { in computeChargeTimeRemaining() method in BatteryStatsService389 long time = mStats.computeChargeTimeRemaining(SystemClock.elapsedRealtime()); in computeChargeTimeRemaining()
399 mChargeTimeRemainingUs = mStats.computeChargeTimeRemaining(rawRealtimeUs); in refreshStats()
9633 public long computeChargeTimeRemaining(long curTime) { in computeChargeTimeRemaining() method in BatteryStatsImpl
2412 public abstract long computeChargeTimeRemaining(long curTime); in computeChargeTimeRemaining() method in BatteryStats3352 final long chargeTimeRemaining = computeChargeTimeRemaining(rawRealtime); in dumpLocked()5320 long timeRemaining = computeChargeTimeRemaining(SystemClock.elapsedRealtime()); in dumpLocked()5490 timeRemaining = computeChargeTimeRemaining(SystemClock.elapsedRealtime()); in dumpCheckinLocked()