Searched refs:monitorType (Results 1 – 1 of 1) sorted by relevance
212 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockAcquired() local213 if (monitorType >= 0) { in onWakeLockAcquired()219 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired()222 monitorType, unimportantForLogging); in onWakeLockAcquired()286 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockChanging() local289 && monitorType >= 0 && newMonitorType >= 0) { in onWakeLockChanging()301 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag, in onWakeLockChanging()325 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockReleased() local326 if (monitorType >= 0) { in onWakeLockReleased()330 historyTag, monitorType); in onWakeLockReleased()[all …]