Searched refs:getDeviceIdlingCount (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 2158 public abstract int getDeviceIdlingCount(int mode, int which); in getDeviceIdlingCount() method in BatteryStats 3655 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which), in dumpCheckinLocked() 3659 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which), in dumpCheckinLocked() 4547 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpLocked() 4572 sb.append(") "); sb.append(getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpLocked() 7886 getDeviceIdlingCount(DEVICE_IDLE_MODE_DEEP, which)); in dumpProtoSystemLocked() 7896 getDeviceIdlingCount(DEVICE_IDLE_MODE_LIGHT, which)); in dumpProtoSystemLocked()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 6366 @Override public int getDeviceIdlingCount(int mode, int which) { in getDeviceIdlingCount() method in BatteryStatsImpl
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 8926 HPLcom/android/internal/os/BatteryStatsImpl;->getDeviceIdlingCount(II)I 27140 HSPLandroid/os/BatteryStats;->getDeviceIdlingCount(II)I
|