Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTestCase.java115 protected byte[] readFully(Uri uri) throws IOException { in readFully() method in DocumentsClientTestCase
130 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.java305 private static void readFully(InputStream in, byte[] buf) throws IOException { in readFully() method in AESCipherNistCavpKatTest
/cts/libs/input/src/com/android/cts/input/
DInputJsonParser.java134 private String readFully(InputStream inputStream) throws IOException { in readFully() method in InputJsonParser
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java1013 public static byte[] readFully(InputStream in) throws IOException { in readFully() method in StorageManagerTest
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java459 private static final byte[] readFully(InputStream in) throws IOException { in readFully() method in SELinuxHostTest