Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java269 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockAcquired() local
270 if (monitorType >= 0) { in onWakeLockAcquired()
276 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired()
279 monitorType, unimportantForLogging); in onWakeLockAcquired()
350 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockChanging() local
353 && monitorType >= 0 && newMonitorType >= 0) { in onWakeLockChanging()
365 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag, in onWakeLockChanging()
396 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockReleased() local
397 if (monitorType >= 0) { in onWakeLockReleased()
401 historyTag, monitorType); in onWakeLockReleased()
[all …]