HomeSort by relevance Sort by last modified time
    Searched refs:LongSamplingCounterArray (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
LongSamplingCounterArrayTest.java 23 import static com.android.internal.os.BatteryStatsImpl.LongSamplingCounterArray;
46 * Test class for {@link BatteryStatsImpl.LongSamplingCounterArray}.
70 private LongSamplingCounterArray mCounterArray;
75 mCounterArray = new LongSamplingCounterArray(mTimeBase);
83 LongSamplingCounterArray.writeToParcel(parcel, mCounterArray);
88 mCounterArray = LongSamplingCounterArray.readFromParcel(parcel, mTimeBase);
100 LongSamplingCounterArray.writeSummaryToParcelLocked(parcel, mCounterArray);
105 mCounterArray = LongSamplingCounterArray.readSummaryFromParcelLocked(parcel, mTimeBase);
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 81 milliseconds