Searched defs:mDeviceLightIdling (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java443 boolean mDeviceLightIdling; field in class:BatteryStatsImpl
4398 if (mDeviceLightIdling && !nowLightIdling && !nowIdling && activeReason == null) {
4403 if (activeReason != null && (mDeviceIdling || mDeviceLightIdling)) {
4418 if (mDeviceLightIdling != nowLightIdling) {
4419 mDeviceLightIdling = nowLightIdling;

Completed in 74 milliseconds