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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1603 public abstract long computeRealtime(long curTime, int which); method in class:BatteryStats
1869 final long totalRealtime = computeRealtime(rawRealtime, which);
2347 final long totalRealtime = computeRealtime(rawRealtime, which);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java543 public long computeRealtime(long curTime, int which) { method in class:BatteryStatsImpl.TimeBase
618 out.writeLong(computeRealtime(realtime, STATS_SINCE_CHARGED));
7183 public long computeRealtime(long curTime, int which) { method in class:BatteryStatsImpl
7199 return mOnBatteryTimeBase.computeRealtime(curTime, which);
7209 return mOnBatteryScreenOffTimeBase.computeRealtime(curTime, which);
8089 out.writeLong(computeRealtime(NOWREAL_SYS, STATS_SINCE_CHARGED));

Completed in 42 milliseconds