Searched refs:getDeviceIdlingCount (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/os/ |
H A D | BatteryStats.java | 2403 public abstract int getDeviceIdlingCount(int mode, int which); in getDeviceIdlingCount() method in BatteryStats 4037 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which), in dumpCheckinLocked() 4041 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which), in dumpCheckinLocked() 4935 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpLocked() 4960 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpLocked() 8177 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpProtoSystemLocked() 8187 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpProtoSystemLocked()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BatteryStatsImpl.java | 7060 @Override public int getDeviceIdlingCount(int mode, int which) { in getDeviceIdlingCount() method in BatteryStatsImpl
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 38519 Landroid/os/BatteryStats;->getDeviceIdlingCount(II)I 77439 Lcom/android/internal/os/BatteryStatsImpl;->getDeviceIdlingCount(II)I
|