Home
last modified time | relevance | path

Searched defs:readFully (Results 1 – 5 of 5) 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/libs/input/src/com/android/cts/input/
DHidJsonParser.java129 private String readFully(InputStream inputStream) throws IOException { in readFully() method in HidJsonParser
/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/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java895 public static byte[] readFully(InputStream in) throws IOException { in readFully() method in StorageManagerTest
/cts/hostsidetests/security/src/android/cts/security/
DSELinuxHostTest.java346 private static final byte[] readFully(InputStream in) throws IOException { in readFully() method in SELinuxHostTest