Home
last modified time | relevance | path

Searched refs:SamplingTimer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java483 private final HashMap<String, SamplingTimer> mKernelWakelockStats = new HashMap<>();
491 private final HashMap<String, SamplingTimer> mWakeupReasonStats = new HashMap<>();
1119 public static final class SamplingTimer extends Timer { class in BatteryStatsImpl
1159 SamplingTimer(TimeBase timeBase, Parcel in) { in SamplingTimer() method in BatteryStatsImpl.SamplingTimer
1169 SamplingTimer(TimeBase timeBase, boolean trackReportedValues) { in SamplingTimer() method in BatteryStatsImpl.SamplingTimer
1772 public SamplingTimer getWakeupReasonTimerLocked(String name) { in getWakeupReasonTimerLocked()
1773 SamplingTimer timer = mWakeupReasonStats.get(name); in getWakeupReasonTimerLocked()
1775 timer = new SamplingTimer(mOnBatteryTimeBase, true); in getWakeupReasonTimerLocked()
1785 public SamplingTimer getKernelWakelockTimerLocked(String name) { in getKernelWakelockTimerLocked()
1786 SamplingTimer kwlt = mKernelWakelockStats.get(name); in getKernelWakelockTimerLocked()
[all …]