Home
last modified time | relevance | path

Searched refs:getBatteryStatsWakeLockMonitorType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java204 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockAcquired()
268 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockChanging()
269 final int newMonitorType = getBatteryStatsWakeLockMonitorType(newFlags); in onWakeLockChanging()
307 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockReleased()
324 private int getBatteryStatsWakeLockMonitorType(int flags) { in getBatteryStatsWakeLockMonitorType() method in Notifier