Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java228 final TimeBase mOnBatteryTimeBase = new TimeBase();
232 final TimeBase mOnBatteryScreenOffTimeBase = new TimeBase();
511 static class TimeBase { class in BatteryStatsImpl
709 final TimeBase mTimeBase;
715 Counter(TimeBase timeBase, Parcel in) { in Counter()
725 Counter(TimeBase timeBase) { in Counter()
813 final TimeBase mTimeBase;
820 LongSamplingCounter(TimeBase timeBase, Parcel in) { in LongSamplingCounter()
830 LongSamplingCounter(TimeBase timeBase) { in LongSamplingCounter()
907 final TimeBase mTimeBase;
[all …]