Searched refs:fullBackupDataOutput (Results 1 – 1 of 1) sorted by relevance
795 FullBackupDataOutput fullBackupDataOutput = new FullBackupDataOutput(Long.MAX_VALUE); in testBackup_WithQuotaExceeded() local796 mTelephonyBackupAgent.onFullBackup(fullBackupDataOutput); in testBackup_WithQuotaExceeded()797 assertEquals(backupSize, fullBackupDataOutput.getSize()); in testBackup_WithQuotaExceeded()802 fullBackupDataOutput = new FullBackupDataOutput(Long.MAX_VALUE); in testBackup_WithQuotaExceeded()803 mTelephonyBackupAgent.onFullBackup(fullBackupDataOutput); in testBackup_WithQuotaExceeded()804 assertEquals(backupSizeAfterFirstQuotaHit, fullBackupDataOutput.getSize()); in testBackup_WithQuotaExceeded()810 fullBackupDataOutput = new FullBackupDataOutput(Long.MAX_VALUE); in testBackup_WithQuotaExceeded()811 mTelephonyBackupAgent.onFullBackup(fullBackupDataOutput); in testBackup_WithQuotaExceeded()812 assertEquals(backupSizeAfterSecondQuotaHit, fullBackupDataOutput.getSize()); in testBackup_WithQuotaExceeded()846 FullBackupDataOutput fullBackupDataOutput = new FullBackupDataOutput(outputFd); in getBackup() local[all …]