Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHelper.java320 mTypeBatteryRealtime = mStats.computeBatteryRealtime(rawRealtimeUs, mStatsType); in refreshStats()
DBatteryStatsImpl.java7296 public long computeBatteryRealtime(long curTime, int which) { in computeBatteryRealtime() method in BatteryStatsImpl
7596 long uSecTime = computeBatteryRealtime(SystemClock.elapsedRealtime() * 1000, which); in distributeWorkLocked()
/frameworks/base/core/java/android/os/
DBatteryStats.java1595 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime() method in BatteryStats
1889 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which); in dumpCheckinLocked()
2373 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which); in dumpLocked()