Home
last modified time | relevance | path

Searched refs:ZEROES (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLongSamplingCounterArrayTest.java65 private static final long[] ZEROES = {0, 0, 0, 0}; field in LongSamplingCounterArrayTest
174 assertArrayEquals(ZEROES, mCounterArray.mCounts); in testReset()
180 assertArrayEquals(ZEROES, mCounterArray.mCounts); in testReset()