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

/frameworks/base/core/tests/coretests/src/android/os/
H A DMemoryFileTest.java123 private void readIndexOutOfBoundsException(int offset, int count, String msg) method in class:MemoryFileTest
145 readIndexOutOfBoundsException(-1, 5,
151 readIndexOutOfBoundsException(5, -1,
157 readIndexOutOfBoundsException(testString.length + 10, 5,
163 readIndexOutOfBoundsException(testString.length, 11,

Completed in 91 milliseconds