Searched refs:getDeviceIdlingCount (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1918 public abstract int getDeviceIdlingCount(int mode, int which); method in class:BatteryStats
3165 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which),
3169 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which),
3907 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which));
3932 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which));
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5330 @Override public int getDeviceIdlingCount(int mode, int which) { method in class:BatteryStatsImpl

Completed in 136 milliseconds