Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java3678 final long whichBatteryUptime = computeBatteryUptime(rawUptime, which); in dumpCheckinLocked() local
3715 whichBatteryRealtime / 1000, whichBatteryUptime / 1000, in dumpCheckinLocked()
4452 final long whichBatteryUptime = computeBatteryUptime(rawUptime, which); in dumpLocked() local
4503 formatTimeMs(sb, whichBatteryUptime / 1000); in dumpLocked()
4504 sb.append("("); sb.append(formatRatioLocked(whichBatteryUptime, whichBatteryRealtime)); in dumpLocked()