Searched refs:printWakeLock (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 3811 private static final String printWakeLock(StringBuilder sb, Timer timer, in printWakeLock() method in BatteryStats 5979 linePrefix = printWakeLock(sb, timer.mTimer, rawRealtime, null, in dumpLocked() 6001 printWakeLock(sb, timer.mTimer, rawRealtime, null, which, ": "); in dumpLocked() 6026 printWakeLock(sb, timer.mTimer, rawRealtime, null, which, ": "); in dumpLocked() 6372 linePrefix = printWakeLock(sb, wl.getWakeTime(WAKE_TYPE_FULL), rawRealtime, in dumpLocked() 6375 linePrefix = printWakeLock(sb, pTimer, rawRealtime, in dumpLocked() 6377 linePrefix = printWakeLock(sb, pTimer != null ? pTimer.getSubTimer() : null, in dumpLocked() 6379 linePrefix = printWakeLock(sb, wl.getWakeTime(WAKE_TYPE_WINDOW), rawRealtime, in dumpLocked() 6381 linePrefix = printWakeLock(sb, wl.getWakeTime(WAKE_TYPE_DRAW), rawRealtime, in dumpLocked()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 34690 Landroid/os/BatteryStats;->printWakeLock(Ljava/lang/StringBuilder;Landroid/os/BatteryStats$Timer;JL…
|