Searched refs:whichBatteryUptime (Results 1 – 1 of 1) sorted by relevance
2809 final long whichBatteryUptime = computeBatteryUptime(rawUptime, which); in dumpCheckinLocked() local2843 whichBatteryRealtime / 1000, whichBatteryUptime / 1000, in dumpCheckinLocked()3344 final long whichBatteryUptime = computeBatteryUptime(rawUptime, which); in dumpLocked() local3375 formatTimeMs(sb, whichBatteryUptime / 1000); in dumpLocked()3376 sb.append("("); sb.append(formatRatioLocked(whichBatteryUptime, totalRealtime)); in dumpLocked()