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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java440 boolean mDeviceIdling; field in class:BatteryStatsImpl
4392 if (mDeviceIdling && !nowIdling && activeReason == null) {
4403 if (activeReason != null && (mDeviceIdling || mDeviceLightIdling)) {
4407 if (mDeviceIdling != nowIdling) {
4408 mDeviceIdling = nowIdling;

Completed in 69 milliseconds