Home
last modified time | relevance | path

Searched refs:readFully (Results 1 – 5 of 5) sorted by relevance

/development/samples/Vault/src/com/example/android/vault/
DUtils.java58 public static byte[] readFully(File file) throws IOException { in readFully() method in Utils
DEncryptedDocument.java365 f.readFully(iv); in read()
366 f.readFully(mac); in read()
DVaultProvider.java23 import static com.example.android.vault.Utils.readFully;
186 final byte[] wrapped = readFully(keyFile); in loadOrGenerateKeys()
/development/apps/Development/src/com/android/development/
DLogViewer.java100 in.readFully(bytes); in run()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DDiskLruCache.java194 public static String readFully(Reader reader) throws IOException { in readFully() method in DiskLruCache
724 return readFully(new InputStreamReader(in, UTF_8)); in inputStreamToString()