Home
last modified time | relevance | path

Searched defs:userId (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBackupUtils.java76 public void backupNowAndAssertSuccessForUser(String packageName, int userId) in backupNowAndAssertSuccessForUser()
100 public void restoreAndAssertSuccessForUser(String token, String packageName, int userId) in restoreAndAssertSuccessForUser()
122 public boolean isLocalTransportSelectedForUser(int userId) throws IOException { in isLocalTransportSelectedForUser()
135 public boolean isBackupEnabledForUser(int userId) throws IOException { in isBackupEnabledForUser()
163 private InputStream backupNowForUser(String packageName, int userId) throws IOException { in backupNowForUser()
231 private InputStream restoreForUser(String token, String packageName, int userId) in restoreForUser()
292 public boolean enableBackupForUser(boolean enable, int userId) throws IOException { in enableBackupForUser()
299 public boolean activateBackupForUser(boolean activate, int userId) throws IOException { in activateBackupForUser()
309 public boolean isBackupActivatedForUser(int userId) throws IOException { in isBackupActivatedForUser()
344 public void waitUntilBackupServiceIsRunning(int userId) in waitUntilBackupServiceIsRunning()
[all …]