Searched refs:readNextChunk (Results 1 – 10 of 10) sorted by relevance
87 int bytesRead = mTask.readNextChunk(buffer); in readNextChunk_downloadsAndDecryptsBackup()90 bytesRead = mTask.readNextChunk(buffer); in readNextChunk_downloadsAndDecryptsBackup()98 mTask.readNextChunk(new byte[10]); in finish_deletesTemporaryFiles()115 public int readNextChunk(byte[] buffer) throws IOException { in readNextChunk() method in EncryptedFullRestoreTaskTest.FakeFullRestoreDownloader
90 when(mMockFullRestoreDownloader.readNextChunk(any())).thenReturn(-1); in restoreToFile_noErrors_closesDownloaderWithFinished()100 when(mMockFullRestoreDownloader.readNextChunk(any())).thenThrow(IOException.class); in restoreToFile_ioException_closesDownloaderWithTransferFailure()119 public int readNextChunk(byte[] buffer) throws IOException { in readNextChunk() method in FullRestoreToFileTaskTest.FakeFullRestoreDownloader
73 int bytesRead = mFullRestoreDownloader.readNextChunk(buffer); in restoreToFile()76 bytesRead = mFullRestoreDownloader.readNextChunk(buffer); in restoreToFile()
98 public int readNextChunk(byte[] buffer) throws IOException { in readNextChunk() method in EncryptedFullRestoreTask
42 int readNextChunk(byte[] buffer) throws IOException; in readNextChunk() method
43 public abstract int readNextChunk(byte[] buffer) throws IOException; in readNextChunk() method in FullRestoreDownloader
130 public int readNextChunk(byte[] buffer) throws IOException { in readNextChunk() method in KeyValueEncrypter.InputStreamFullRestoreDownloader
158 int err = readNextChunk(); in read()207 int StreamingZipInflater::readNextChunk() { in readNextChunk() function in StreamingZipInflater
54 int readNextChunk();
228 int bytesRead = restoreTask.readNextChunk(buffer); in performFullRestore()231 bytesRead = restoreTask.readNextChunk(buffer); in performFullRestore()312 public int readNextChunk(byte[] buffer) throws IOException { in readNextChunk() method in RoundTripTest.FakeFullRestoreDownloader