Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java277 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockAcquired() local
278 if (monitorType >= 0) { in onWakeLockAcquired()
284 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired()
287 monitorType, unimportantForLogging); in onWakeLockAcquired()
361 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockChanging() local
364 && monitorType >= 0 && newMonitorType >= 0) { in onWakeLockChanging()
376 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag, in onWakeLockChanging()
417 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockReleased() local
418 if (monitorType >= 0) { in onWakeLockReleased()
422 historyTag, monitorType); in onWakeLockReleased()
[all …]