Searched refs:getDeviceIdlingCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 2299 public abstract int getDeviceIdlingCount(int mode, int which); in getDeviceIdlingCount() method in BatteryStats 3843 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which), in dumpCheckinLocked() 3847 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which), in dumpCheckinLocked() 4727 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpLocked() 4752 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpLocked() 8063 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpProtoSystemLocked() 8073 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpProtoSystemLocked()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 6206 @Override public int getDeviceIdlingCount(int mode, int which) { in getDeviceIdlingCount() method in BatteryStatsImpl
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20893 HPLcom/android/internal/os/BatteryStatsImpl;->getDeviceIdlingCount(II)I
|
D | hiddenapi-greylist-max-o.txt | 49035 Landroid/os/BatteryStats;->getDeviceIdlingCount(II)I 88545 Lcom/android/internal/os/BatteryStatsImpl;->getDeviceIdlingCount(II)I
|