Searched refs:computeBatteryRealtime (Results 1 – 2 of 2) sorted by relevance
1006 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime() method in BatteryStats1199 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which); in dumpCheckinLocked()1449 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which); in dumpLocked()
4518 public long computeBatteryRealtime(long curTime, int which) { in computeBatteryRealtime() method in BatteryStatsImpl4768 long uSecTime = computeBatteryRealtime(SystemClock.elapsedRealtime() * 1000, which); in distributeWorkLocked()5255 out.writeLong(computeBatteryRealtime(NOWREAL_SYS, STATS_SINCE_CHARGED)); in writeSummaryToParcel()