Searched refs:monitorType (Results 1 – 1 of 1) sorted by relevance
277 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockAcquired() local278 if (monitorType >= 0) { in onWakeLockAcquired()284 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired()287 monitorType, unimportantForLogging); in onWakeLockAcquired()361 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockChanging() local364 && monitorType >= 0 && newMonitorType >= 0) { in onWakeLockChanging()376 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag, in onWakeLockChanging()417 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockReleased() local418 if (monitorType >= 0) { in onWakeLockReleased()422 historyTag, monitorType); in onWakeLockReleased()[all …]