Home
last modified time | relevance | path

Searched refs:computeBatteryRealtime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryStats.java1006 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime() method in BatteryStats
1199 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which); in dumpCheckinLocked()
1449 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which); in dumpLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4518 public long computeBatteryRealtime(long curTime, int which) { in computeBatteryRealtime() method in BatteryStatsImpl
4768 long uSecTime = computeBatteryRealtime(SystemClock.elapsedRealtime() * 1000, which); in distributeWorkLocked()
5255 out.writeLong(computeBatteryRealtime(NOWREAL_SYS, STATS_SINCE_CHARGED)); in writeSummaryToParcel()