Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-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 …]
/platform_testing/libraries/system-helpers/user-helper/src/android/system/helpers/
DUserHelper.java67 int userId = INVALID_USER_ID; in createSecondaryUser() local
84 int userId = INVALID_USER_ID; in getSecondaryUserId() local
92 public void removeSecondaryUser(int userId) { in removeSecondaryUser()
/platform_testing/libraries/car-helpers/multiuser-helper/src/android/platform/helpers/
DMultiUserHelper.java160 String userId = device.executeShellCommand("cmd car_service get-initial-user").trim(); in getInitialUser() local