Home
last modified time | relevance | path

Searched defs:readNextChunk (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/
DFullRestoreDataProcessor.java42 int readNextChunk(byte[] buffer) throws IOException; in readNextChunk() method
DFullRestoreDownloader.java43 public abstract int readNextChunk(byte[] buffer) throws IOException; in readNextChunk() method in FullRestoreDownloader
DKeyValueEncrypter.java130 public int readNextChunk(byte[] buffer) throws IOException { in readNextChunk() method in KeyValueEncrypter.InputStreamFullRestoreDownloader
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/tasks/
DEncryptedFullRestoreTask.java98 public int readNextChunk(byte[] buffer) throws IOException { in readNextChunk() method in EncryptedFullRestoreTask
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/tasks/
DEncryptedFullRestoreTaskTest.java115 public int readNextChunk(byte[] buffer) throws IOException { in readNextChunk() method in EncryptedFullRestoreTaskTest.FakeFullRestoreDownloader
DFullRestoreToFileTaskTest.java119 public int readNextChunk(byte[] buffer) throws IOException { in readNextChunk() method in FullRestoreToFileTaskTest.FakeFullRestoreDownloader
/frameworks/base/libs/androidfw/
DStreamingZipInflater.cpp207 int StreamingZipInflater::readNextChunk() { in readNextChunk() function in StreamingZipInflater
/frameworks/base/packages/BackupEncryption/test/robolectric-integration/src/com/android/server/backup/encryption/
DRoundTripTest.java312 public int readNextChunk(byte[] buffer) throws IOException { in readNextChunk() method in RoundTripTest.FakeFullRestoreDownloader