Searched refs:getDeviceIdleModeCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 2276 public abstract int getDeviceIdleModeCount(int mode, int which); in getDeviceIdleModeCount() method in BatteryStats 3842 getDeviceIdleModeCount(DEVICE_IDLE_MODE_DEEP, which), deviceIdlingTime / 1000, in dumpCheckinLocked() 3846 getDeviceIdleModeCount(DEVICE_IDLE_MODE_LIGHT, which), deviceLightIdlingTime / 1000, in dumpCheckinLocked() 4739 sb.append(getDeviceIdleModeCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpLocked() 4764 sb.append(getDeviceIdleModeCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpLocked() 8059 getDeviceIdleModeCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpProtoSystemLocked() 8069 getDeviceIdleModeCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpProtoSystemLocked()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 6176 @Override public int getDeviceIdleModeCount(int mode, int which) { in getDeviceIdleModeCount() method in BatteryStatsImpl
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20891 HPLcom/android/internal/os/BatteryStatsImpl;->getDeviceIdleModeCount(II)I
|
D | hiddenapi-greylist-max-o.txt | 49033 Landroid/os/BatteryStats;->getDeviceIdleModeCount(II)I 88543 Lcom/android/internal/os/BatteryStatsImpl;->getDeviceIdleModeCount(II)I
|