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.java715 Counter(TimeBase timeBase, Parcel in) { in Counter() argument
716 mTimeBase = timeBase; in Counter()
722 timeBase.add(this); in Counter()
725 Counter(TimeBase timeBase) { in Counter() argument
726 mTimeBase = timeBase; in Counter()
727 timeBase.add(this); in Counter()
820 LongSamplingCounter(TimeBase timeBase, Parcel in) { in LongSamplingCounter() argument
821 mTimeBase = timeBase; in LongSamplingCounter()
827 timeBase.add(this); in LongSamplingCounter()
830 LongSamplingCounter(TimeBase timeBase) { in LongSamplingCounter() argument
[all …]