Searched refs:monitorType (Results 1 – 1 of 1) sorted by relevance
173 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockAcquired() local174 if (monitorType >= 0) { in onWakeLockAcquired()180 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired()183 monitorType, unimportantForLogging); in onWakeLockAcquired()202 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockChanging() local205 && monitorType >= 0 && newMonitorType >= 0) { in onWakeLockChanging()217 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag, in onWakeLockChanging()241 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockReleased() local242 if (monitorType >= 0) { in onWakeLockReleased()246 historyTag, monitorType); in onWakeLockReleased()[all …]