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.java173 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockAcquired()
202 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockChanging()
203 final int newMonitorType = getBatteryStatsWakeLockMonitorType(newFlags); in onWakeLockChanging()
241 final int monitorType = getBatteryStatsWakeLockMonitorType(flags); in onWakeLockReleased()
259 private int getBatteryStatsWakeLockMonitorType(int flags) { in getBatteryStatsWakeLockMonitorType() method in Notifier