Searched refs:computeRealtime (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsTimeBaseTest.java | 302 tb.computeRealtime(6666, BatteryStats.STATS_SINCE_CHARGED)); in testComputeRealtime() 304 tb.computeRealtime(6666, BatteryStats.STATS_CURRENT)); in testComputeRealtime() 306 tb.computeRealtime(6666, BatteryStats.STATS_SINCE_UNPLUGGED)); in testComputeRealtime()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 719 public long computeRealtime(long curTime, int which) { in computeRealtime() method in BatteryStatsImpl.TimeBase 794 out.writeLong(computeRealtime(realtime, STATS_SINCE_CHARGED)); in writeSummaryToParcel() 9527 public long computeRealtime(long curTime, int which) { in computeRealtime() method in BatteryStatsImpl 9543 return mOnBatteryTimeBase.computeRealtime(curTime, which); in computeBatteryRealtime() 9553 return mOnBatteryScreenOffTimeBase.computeRealtime(curTime, which); in computeBatteryScreenOffRealtime() 10461 out.writeLong(computeRealtime(NOWREAL_SYS, STATS_SINCE_CHARGED)); in writeSummaryToParcel()
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 2300 public abstract long computeRealtime(long curTime, int which); in computeRealtime() method in BatteryStats 2814 final long totalRealtime = computeRealtime(rawRealtime, which); in dumpCheckinLocked() 3346 final long totalRealtime = computeRealtime(rawRealtime, which); in dumpLocked()
|