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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1795 public abstract int getDeviceIdleModeCount(int mode, int which); method in class:BatteryStats
3012 getDeviceIdleModeCount(DEVICE_IDLE_MODE_DEEP, which), deviceIdlingTime / 1000,
3016 getDeviceIdleModeCount(DEVICE_IDLE_MODE_LIGHT, which), deviceLightIdlingTime / 1000,
3619 sb.append(getDeviceIdleModeCount(DEVICE_IDLE_MODE_LIGHT, which));
3644 sb.append(getDeviceIdleModeCount(DEVICE_IDLE_MODE_DEEP, which));
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java4909 @Override public int getDeviceIdleModeCount(int mode, int which) { method in class:BatteryStatsImpl

Completed in 71 milliseconds