Searched refs:getDeviceIdlingCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 2252 public abstract int getDeviceIdlingCount(int mode, int which); in getDeviceIdlingCount() method in BatteryStats 3791 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which), in dumpCheckinLocked() 3795 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which), in dumpCheckinLocked() 4675 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpLocked() 4700 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpLocked() 8007 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpProtoSystemLocked() 8017 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpProtoSystemLocked()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 6193 @Override public int getDeviceIdlingCount(int mode, int which) { in getDeviceIdlingCount() method in BatteryStatsImpl
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20894 HPLcom/android/internal/os/BatteryStatsImpl;->getDeviceIdlingCount(II)I
|
D | hiddenapi-greylist-max-o.txt | 52567 Landroid/os/BatteryStats;->getDeviceIdlingCount(II)I 94912 Lcom/android/internal/os/BatteryStatsImpl;->getDeviceIdlingCount(II)I
|