Home
last modified time | relevance | path

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

/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DSeccompDeviceTest.java83 mAllowedSyscallMap = new JSONObject(readInputStreamFully(is)); in initializeSyscallMap()
86 mBlockedSyscallMap = new JSONObject(readInputStreamFully(is)); in initializeSyscallMap()
207 private String readInputStreamFully(InputStream is) throws IOException { in readInputStreamFully() method in SeccompDeviceTest
/cts/tests/tests/provider/src/android/provider/cts/
DPhotoUtil.java30 return FileUtils.readInputStreamFully(input); in getTestPhotoData()
DMediaStore_Video_MediaTest.java244 byte[] bytes = FileUtils.readInputStreamFully(in); in testLocationRedaction()
288 byte[] bytes = FileUtils.readInputStreamFully(in); in testLocationRedaction()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DFileUtils.java149 public static byte[] readInputStreamFully(InputStream is) { in readInputStreamFully() method in FileUtils
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFileUtils.java149 public static byte[] readInputStreamFully(InputStream is) { in readInputStreamFully() method in FileUtils
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_PhotoTest.java104 byte[] actualBytes = FileUtils.readInputStreamFully(photoStream); in assertPhotoStream()