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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1976 public abstract int getDeviceIdlingCount(int mode, int which); method in class:BatteryStats
3286 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which),
3290 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which),
4101 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which));
4126 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which));
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5462 @Override public int getDeviceIdlingCount(int mode, int which) { method in class:BatteryStatsImpl

Completed in 43 milliseconds