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

/frameworks/base/core/tests/coretests/src/android/os/
H A DMemoryFileTest.java32 private void compareBuffers(byte[] buffer1, byte[] buffer2, int length) throws Exception { method in class:MemoryFileTest
80 compareBuffers(testString, buffer, testString.length);
91 compareBuffers(testString, buffer, testString.length);
97 compareBuffers(testString, buffer, testString.length);
178 compareBuffers(testString, buffer, testString.length);

Completed in 62 milliseconds