Searched defs:TimeBase (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java324 protected final TimeBase mOnBatteryTimeBase = new TimeBase();
328 protected final TimeBase mOnBatteryScreenOffTimeBase = new TimeBase();
719 public static class TimeBase { class in class:BatteryStatsImpl
924 final TimeBase mTimeBase;
929 public Counter(TimeBase timeBase, Parcel in) {
938 public Counter(TimeBase timeBase) {
1038 final TimeBase mTimeBase;
1044 private LongSamplingCounterArray(TimeBase timeBas
[all...]

Completed in 45 milliseconds