Home
last modified time | relevance | path

Searched refs:restore (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()
106 StreamUtil.drainAndClose(new InputStreamReader(restore(token, packageName))); in restoreSync()
110 return StreamUtil.readInputStream(restore(token, packageName)); in getRestoreOutput()
223 private InputStream restore(String token, String packageName) throws IOException { in restore() method in BackupUtils