Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DHealthStatsBatteryStatsWriter.java66 bs.computeBatteryRealtime(mNowRealtimeMs*1000, STATS_SINCE_UNPLUGGED)/1000); in writeUid()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHelper.java430 mTypeBatteryRealtimeUs = mStats.computeBatteryRealtime(rawRealtimeUs, mStatsType); in refreshStats()
DBatteryStatsImpl.java10762 public long computeBatteryRealtime(long curTime, int which) { in computeBatteryRealtime() method in BatteryStatsImpl
/frameworks/base/core/java/android/os/
DBatteryStats.java2442 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime() method in BatteryStats
3057 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which); in dumpCheckinLocked()
3724 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which); in dumpLocked()
4640 computeBatteryRealtime(rawRealtime, STATS_SINCE_CHARGED))); in dumpLocked()
4647 computeBatteryRealtime(rawRealtime, STATS_SINCE_CHARGED))); in dumpLocked()