Searched refs:fullBackupDataOutput (Results 1 – 1 of 1) sorted by relevance
548 FullBackupDataOutput fullBackupDataOutput = new FullBackupDataOutput(); in testBackup_WithQuotaExceeded() local549 mTelephonyBackupAgent.onFullBackup(fullBackupDataOutput); in testBackup_WithQuotaExceeded()550 assertEquals(backupSize, fullBackupDataOutput.getSize()); in testBackup_WithQuotaExceeded()553 fullBackupDataOutput = new FullBackupDataOutput(); in testBackup_WithQuotaExceeded()554 mTelephonyBackupAgent.onFullBackup(fullBackupDataOutput); in testBackup_WithQuotaExceeded()555 assertEquals(backupSizeAfterFirstQuotaHit, fullBackupDataOutput.getSize()); in testBackup_WithQuotaExceeded()559 fullBackupDataOutput = new FullBackupDataOutput(); in testBackup_WithQuotaExceeded()560 mTelephonyBackupAgent.onFullBackup(fullBackupDataOutput); in testBackup_WithQuotaExceeded()561 assertEquals(backupSizeAfterSecondQuotaHit, fullBackupDataOutput.getSize()); in testBackup_WithQuotaExceeded()