Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java399 doc.contents = readFullyNoClose(is); in openDocumentUnchecked()
512 private static byte[] readFullyNoClose(InputStream in) throws IOException { in readFullyNoClose() method in MyDocumentsProvider
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java1181 return readFullyNoClose(in); in readFully()
1187 public static byte[] readFullyNoClose(InputStream in) throws IOException { in readFullyNoClose() method in StorageManagerTest