Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DPhotoUtil.java30 return FileUtils.readInputStreamFully(input); in getTestPhotoData()
DContactsContract_PhotoTest.java102 byte[] actualBytes = FileUtils.readInputStreamFully(photoStream); in assertPhotoStream()
/cts/libs/deviceutil/src/android/cts/util/
DFileUtils.java149 public static byte[] readInputStreamFully(InputStream is) { in readInputStreamFully() method in FileUtils