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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java379 boolean mDeviceLightIdling; field in class:BatteryStatsImpl
3889 if (mDeviceLightIdling && !nowLightIdling && !nowIdling && activeReason == null) {
3894 if (activeReason != null && (mDeviceIdling || mDeviceLightIdling)) {
3909 if (mDeviceLightIdling != nowLightIdling) {
3910 mDeviceLightIdling = nowLightIdling;

Completed in 62 milliseconds