Searched defs:computeRealtime (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1627 public abstract long computeRealtime(long curTime, int which); method in class:BatteryStats
1893 final long totalRealtime = computeRealtime(rawRealtime, which);
2374 final long totalRealtime = computeRealtime(rawRealtime, which);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java547 public long computeRealtime(long curTime, int which) { method in class:BatteryStatsImpl.TimeBase
622 out.writeLong(computeRealtime(realtime, STATS_SINCE_CHARGED));
7281 public long computeRealtime(long curTime, int which) { method in class:BatteryStatsImpl
7297 return mOnBatteryTimeBase.computeRealtime(curTime, which);
7307 return mOnBatteryScreenOffTimeBase.computeRealtime(curTime, which);
8191 out.writeLong(computeRealtime(NOWREAL_SYS, STATS_SINCE_CHARGED));

Completed in 70 milliseconds