Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBackupUtils.java102 assertRestoreIsSuccessful(restoreForUser(token, packageName, userId)); in restoreAndAssertSuccessForUser()
231 private InputStream restoreForUser(String token, String packageName, int userId) in restoreForUser() method in BackupUtils