Searched refs:getDeviceIdleModeCount (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/os/ |
H A D | BatteryStats.java | 2583 public abstract int getDeviceIdleModeCount(int mode, int which); in getDeviceIdleModeCount() method in BatteryStats 4514 getDeviceIdleModeCount(DEVICE_IDLE_MODE_DEEP, which), deviceIdlingTime / 1000, in dumpCheckinLocked() 4518 getDeviceIdleModeCount(DEVICE_IDLE_MODE_LIGHT, which), deviceLightIdlingTime / 1000, in dumpCheckinLocked() 5378 sb.append(getDeviceIdleModeCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpLocked() 5403 sb.append(getDeviceIdleModeCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpLocked() 8707 getDeviceIdleModeCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpProtoSystemLocked() 8717 getDeviceIdleModeCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpProtoSystemLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 7204 @Override public int getDeviceIdleModeCount(int mode, int which) { in getDeviceIdleModeCount() method in BatteryStatsImpl
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 35194 Landroid/os/BatteryStats;->getDeviceIdleModeCount(II)I 74114 Lcom/android/internal/os/BatteryStatsImpl;->getDeviceIdleModeCount(II)I
|