Searched refs:fullBackupDataOutput (Results 1 – 1 of 1) sorted by relevance
671 FullBackupDataOutput fullBackupDataOutput = new FullBackupDataOutput(Long.MAX_VALUE); in testBackup_WithQuotaExceeded() local672 mTelephonyBackupAgent.onFullBackup(fullBackupDataOutput); in testBackup_WithQuotaExceeded()673 assertEquals(backupSize, fullBackupDataOutput.getSize()); in testBackup_WithQuotaExceeded()676 fullBackupDataOutput = new FullBackupDataOutput(Long.MAX_VALUE); in testBackup_WithQuotaExceeded()677 mTelephonyBackupAgent.onFullBackup(fullBackupDataOutput); in testBackup_WithQuotaExceeded()678 assertEquals(backupSizeAfterFirstQuotaHit, fullBackupDataOutput.getSize()); in testBackup_WithQuotaExceeded()682 fullBackupDataOutput = new FullBackupDataOutput(Long.MAX_VALUE); in testBackup_WithQuotaExceeded()683 mTelephonyBackupAgent.onFullBackup(fullBackupDataOutput); in testBackup_WithQuotaExceeded()684 assertEquals(backupSizeAfterSecondQuotaHit, fullBackupDataOutput.getSize()); in testBackup_WithQuotaExceeded()