Searched refs:getDeviceIdlingCount (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 2619 public abstract int getDeviceIdlingCount(int mode, int which); in getDeviceIdlingCount() method in BatteryStats 4566 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which), in dumpCheckinLocked() 4570 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which), in dumpCheckinLocked() 5421 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpLocked() 5446 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpLocked() 8737 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpProtoSystemLocked() 8747 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpProtoSystemLocked()
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | BatteryStatsImpl.java | 7561 @Override public int getDeviceIdlingCount(int mode, int which) { in getDeviceIdlingCount() method in BatteryStatsImpl
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 34553 Landroid/os/BatteryStats;->getDeviceIdlingCount(II)I 73473 Lcom/android/internal/os/BatteryStatsImpl;->getDeviceIdlingCount(II)I
|