Home
last modified time | relevance | path

Searched defs:getCountLocked (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java441 public abstract int getCountLocked(int which); in getCountLocked() method in BatteryStats.Counter
460 public abstract long getCountLocked(int which); in getCountLocked() method in BatteryStats.LongCounter
553 public abstract int getCountLocked(int which); in getCountLocked() method in BatteryStats.Timer
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1594 public int getCountLocked(int which) { in getCountLocked() method in BatteryStatsImpl.Counter
1798 public long getCountLocked(int which) { in getCountLocked() method in BatteryStatsImpl.LongSamplingCounter
1978 public int getCountLocked(int which) { in getCountLocked() method in BatteryStatsImpl.Timer