Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java1889 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which); in dumpCheckinLocked() local
1914 whichBatteryRealtime / 1000, whichBatteryUptime / 1000, in dumpCheckinLocked()
2373 final long whichBatteryRealtime = computeBatteryRealtime(rawRealtime, which); in dumpLocked() local
2390 formatTimeMs(sb, whichBatteryRealtime / 1000); sb.append("("); in dumpLocked()
2391 sb.append(formatRatioLocked(whichBatteryRealtime, totalRealtime)); in dumpLocked()
2443 sb.append("("); sb.append(formatRatioLocked(screenOnTime, whichBatteryRealtime)); in dumpLocked()
2446 sb.append("("); sb.append(formatRatioLocked(interactiveTime, whichBatteryRealtime)); in dumpLocked()
2476 sb.append(formatRatioLocked(lowPowerModeEnabledTime, whichBatteryRealtime)); in dumpLocked()
2484 sb.append("("); sb.append(formatRatioLocked(phoneOnTime, whichBatteryRealtime)); in dumpLocked()
2579 sb.append(formatRatioLocked(time, whichBatteryRealtime)); in dumpLocked()
[all …]