Searched refs:printWakeLock (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 3385 private static final String printWakeLock(StringBuilder sb, Timer timer, in printWakeLock() method in BatteryStats 5377 linePrefix = printWakeLock(sb, timer.mTimer, rawRealtime, null, in dumpLocked() 5399 printWakeLock(sb, timer.mTimer, rawRealtime, null, which, ": "); in dumpLocked() 5424 printWakeLock(sb, timer.mTimer, rawRealtime, null, which, ": "); in dumpLocked() 5766 linePrefix = printWakeLock(sb, wl.getWakeTime(WAKE_TYPE_FULL), rawRealtime, in dumpLocked() 5769 linePrefix = printWakeLock(sb, pTimer, rawRealtime, in dumpLocked() 5771 linePrefix = printWakeLock(sb, pTimer != null ? pTimer.getSubTimer() : null, in dumpLocked() 5773 linePrefix = printWakeLock(sb, wl.getWakeTime(WAKE_TYPE_WINDOW), rawRealtime, in dumpLocked() 5775 linePrefix = printWakeLock(sb, wl.getWakeTime(WAKE_TYPE_DRAW), rawRealtime, in dumpLocked()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 38656 Landroid/os/BatteryStats;->printWakeLock(Ljava/lang/StringBuilder;Landroid/os/BatteryStats$Timer;JL…
|