Searched refs:printWakeLock (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 2521 private static final String printWakeLock(StringBuilder sb, Timer timer, in printWakeLock() method in BatteryStats 4039 linePrefix = printWakeLock(sb, timer.mTimer, rawRealtime, null, in dumpLocked() 4061 printWakeLock(sb, timer.mTimer, rawRealtime, null, which, ": "); in dumpLocked() 4086 printWakeLock(sb, timer.mTimer, rawRealtime, null, which, ": "); in dumpLocked() 4231 linePrefix = printWakeLock(sb, wl.getWakeTime(WAKE_TYPE_FULL), rawRealtime, in dumpLocked() 4233 linePrefix = printWakeLock(sb, wl.getWakeTime(WAKE_TYPE_PARTIAL), rawRealtime, in dumpLocked() 4235 linePrefix = printWakeLock(sb, wl.getWakeTime(WAKE_TYPE_WINDOW), rawRealtime, in dumpLocked() 4237 linePrefix = printWakeLock(sb, wl.getWakeTime(WAKE_TYPE_DRAW), rawRealtime, in dumpLocked()
|