Home
last modified time | relevance | path

Searched defs:readFully (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTestCase.java118 protected byte[] readFully(Uri uri) throws IOException { in readFully() method in DocumentsClientTestCase
133 protected byte[] readFully(InputStream in) throws IOException { in readFully() method in DocumentsClientTestCase
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/util/
DUtils.java67 private static String readFully(InputStream in) throws IOException { in readFully() method in Utils
/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCipherNistCavpKatTest.java343 private static void readFully(InputStream in, byte[] buf) throws IOException { in readFully() method in AESCipherNistCavpKatTest
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingTestUtil.java534 private static boolean readFully(InputStream in, byte[] out) throws IOException { in readFully() method in MediaTranscodingTestUtil
/cts/libs/input/src/com/android/cts/input/
DInputJsonParser.java135 private String readFully(InputStream inputStream) throws IOException { in readFully() method in InputJsonParser
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java1178 public static byte[] readFully(InputStream in) throws IOException { in readFully() method in StorageManagerTest
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java544 private static final byte[] readFully(InputStream in) throws IOException { in readFully() method in SELinuxHostTest