Home
last modified time | relevance | path

Searched refs:getDeviceIdlingCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryStats.java1763 public abstract int getDeviceIdlingCount(int mode, int which); in getDeviceIdlingCount() method in BatteryStats
2917 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which), in dumpCheckinLocked()
2921 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which), in dumpCheckinLocked()
3509 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpLocked()
3534 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4668 @Override public int getDeviceIdlingCount(int mode, int which) { in getDeviceIdlingCount() method in BatteryStatsImpl