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.java173 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockAcquired() local
174 if (monitorType >= 0) { in onWakeLockAcquired()
180 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired()
183 monitorType, unimportantForLogging); in onWakeLockAcquired()
202 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockChanging() local
205 && monitorType >= 0 && newMonitorType >= 0) { in onWakeLockChanging()
217 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag, in onWakeLockChanging()
241 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockReleased() local
242 if (monitorType >= 0) { in onWakeLockReleased()
246 historyTag, monitorType); in onWakeLockReleased()
[all …]