Searched refs:getDeviceIdleModeCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 2229 public abstract int getDeviceIdleModeCount(int mode, int which); in getDeviceIdleModeCount() method in BatteryStats 3790 getDeviceIdleModeCount(DEVICE_IDLE_MODE_DEEP, which), deviceIdlingTime / 1000, in dumpCheckinLocked() 3794 getDeviceIdleModeCount(DEVICE_IDLE_MODE_LIGHT, which), deviceLightIdlingTime / 1000, in dumpCheckinLocked() 4687 sb.append(getDeviceIdleModeCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpLocked() 4712 sb.append(getDeviceIdleModeCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpLocked() 8003 getDeviceIdleModeCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpProtoSystemLocked() 8013 getDeviceIdleModeCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpProtoSystemLocked()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 6163 @Override public int getDeviceIdleModeCount(int mode, int which) { in getDeviceIdleModeCount() method in BatteryStatsImpl
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20892 HPLcom/android/internal/os/BatteryStatsImpl;->getDeviceIdleModeCount(II)I
|
D | hiddenapi-greylist-max-o.txt | 52565 Landroid/os/BatteryStats;->getDeviceIdleModeCount(II)I 94910 Lcom/android/internal/os/BatteryStatsImpl;->getDeviceIdleModeCount(II)I
|