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.java662 Counter(TimeBase timeBase, Parcel in) { in Counter() argument
663 mTimeBase = timeBase; in Counter()
669 timeBase.add(this); in Counter()
672 Counter(TimeBase timeBase) { in Counter() argument
673 mTimeBase = timeBase; in Counter()
674 timeBase.add(this); in Counter()
760 SamplingCounter(TimeBase timeBase, Parcel in) { in SamplingCounter() argument
761 super(timeBase, in); in SamplingCounter()
764 SamplingCounter(TimeBase timeBase) { in SamplingCounter() argument
765 super(timeBase); in SamplingCounter()
[all …]