Searched refs:mLoadedCounts (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | LongSamplingCounterArrayTest.java | 90 assertArrayEquals(LOADED_COUNTS, mCounterArray.mLoadedCounts, "Unexpected loadedCounts"); in testReadWriteParcel() 107 assertArrayEquals(COUNTS, mCounterArray.mLoadedCounts, "Unexpected loadedCounts"); in testReadWriteSummaryParcel() 117 assertArrayEquals(LOADED_COUNTS, mCounterArray.mLoadedCounts, "Unexpected loadedCounts"); in testOnTimeStarted() 127 assertArrayEquals(LOADED_COUNTS, mCounterArray.mLoadedCounts, "Unexpected loadedCounts"); in testOnTimeStopped() 170 assertArrayEquals(null, mCounterArray.mLoadedCounts, "Unexpected loadedCounts"); in testAddCountLocked() 176 assertArrayEquals(null, mCounterArray.mLoadedCounts, "Unexpected loadedCounts"); in testAddCountLocked() 180 assertArrayEquals(null, mCounterArray.mLoadedCounts, "Unexpected loadedCounts"); in testAddCountLocked() 190 assertArrayEquals(LOADED_COUNTS, mCounterArray.mLoadedCounts, "Unexpected loadedCounts"); in testAddCountLocked() 197 assertArrayEquals(LOADED_COUNTS, mCounterArray.mLoadedCounts, "Unexpected loadedCounts"); in testAddCountLocked() 202 assertArrayEquals(LOADED_COUNTS, mCounterArray.mLoadedCounts, "Unexpected loadedCounts"); in testAddCountLocked() [all …]
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 1404 public long[] mLoadedCounts; field in BatteryStatsImpl.LongSamplingCounterArray 1410 mLoadedCounts = in.createLongArray(); in LongSamplingCounterArray() 1422 out.writeLongArray(mLoadedCounts); in writeToParcel() 1441 subtract(val, mLoadedCounts); in getCountsLocked() 1449 + " mLoadedCounts=" + Arrays.toString(mLoadedCounts) in logState() 1480 fillArray(mLoadedCounts, 0); in reset() 1497 mLoadedCounts = copyArray(mCounts, mLoadedCounts); in readSummaryFromParcelLocked()
|