Home
last modified time | relevance | path

Searched refs:assertRestoreIsSuccessful (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBackupUtils.java96 assertRestoreIsSuccessful(restore(token, packageName)); in restoreAndAssertSuccess()
102 assertRestoreIsSuccessful(restoreForUser(token, packageName, userId)); in restoreAndAssertSuccessForUser()
243 private void assertRestoreIsSuccessful(InputStream restoreOutput) throws IOException { in assertRestoreIsSuccessful() method in BackupUtils