Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DFastDataTest.java292 final char[] expectedBuf = new char[BOUNCE_SIZE]; in testBounce_UTF_Exact() local
293 Arrays.fill(expectedBuf, '!'); in testBounce_UTF_Exact()
294 final String expected = new String(expectedBuf); in testBounce_UTF_Exact()
307 final char[] expectedBuf = new char[65_534]; in testBounce_UTF_Maximum() local
308 Arrays.fill(expectedBuf, '!'); in testBounce_UTF_Maximum()
309 final String expected = new String(expectedBuf); in testBounce_UTF_Maximum()