Searched refs:monitorType (Results 1 – 1 of 1) sorted by relevance
269 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockAcquired() local270 if (monitorType >= 0) { in onWakeLockAcquired()276 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired()279 monitorType, unimportantForLogging); in onWakeLockAcquired()350 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockChanging() local353 && monitorType >= 0 && newMonitorType >= 0) { in onWakeLockChanging()365 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag, in onWakeLockChanging()396 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockReleased() local397 if (monitorType >= 0) { in onWakeLockReleased()401 historyTag, monitorType); in onWakeLockReleased()[all …]