Searched refs:fullBackupDataOutput (Results 1 – 1 of 1) sorted by relevance
717 FullBackupDataOutput fullBackupDataOutput = new FullBackupDataOutput(Long.MAX_VALUE); in testBackup_WithQuotaExceeded() local718 mTelephonyBackupAgent.onFullBackup(fullBackupDataOutput); in testBackup_WithQuotaExceeded()719 assertEquals(backupSize, fullBackupDataOutput.getSize()); in testBackup_WithQuotaExceeded()722 fullBackupDataOutput = new FullBackupDataOutput(Long.MAX_VALUE); in testBackup_WithQuotaExceeded()723 mTelephonyBackupAgent.onFullBackup(fullBackupDataOutput); in testBackup_WithQuotaExceeded()724 assertEquals(backupSizeAfterFirstQuotaHit, fullBackupDataOutput.getSize()); in testBackup_WithQuotaExceeded()728 fullBackupDataOutput = new FullBackupDataOutput(Long.MAX_VALUE); in testBackup_WithQuotaExceeded()729 mTelephonyBackupAgent.onFullBackup(fullBackupDataOutput); in testBackup_WithQuotaExceeded()730 assertEquals(backupSizeAfterSecondQuotaHit, fullBackupDataOutput.getSize()); in testBackup_WithQuotaExceeded()762 FullBackupDataOutput fullBackupDataOutput = new FullBackupDataOutput(outputFd); in getBackup() local[all …]