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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java376 boolean mDeviceIdling; field in class:BatteryStatsImpl
3883 if (mDeviceIdling && !nowIdling && activeReason == null) {
3894 if (activeReason != null && (mDeviceIdling || mDeviceLightIdling)) {
3898 if (mDeviceIdling != nowIdling) {
3899 mDeviceIdling = nowIdling;

Completed in 114 milliseconds