Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBackupUtils.java86 public void backupNowAndAssertSuccessForUser(String packageName, int userId) in backupNowAndAssertSuccessForUser()
110 public void restoreAndAssertSuccessForUser(String token, String packageName, int userId) in restoreAndAssertSuccessForUser()
132 public boolean isLocalTransportSelectedForUser(int userId) throws IOException { in isLocalTransportSelectedForUser()
145 public boolean isBackupEnabledForUser(int userId) throws IOException { in isBackupEnabledForUser()
173 private InputStream backupNowForUser(String packageName, int userId) throws IOException { in backupNowForUser()
241 private InputStream restoreForUser(String token, String packageName, int userId) in restoreForUser()
303 public boolean enableBackupForUser(boolean enable, int userId) throws IOException { in enableBackupForUser()
310 public boolean activateBackupForUser(boolean activate, int userId) throws IOException { in activateBackupForUser()
320 public boolean isBackupActivatedForUser(int userId) throws IOException { in isBackupActivatedForUser()
387 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.java178 String userId = device.executeShellCommand("cmd car_service get-initial-user").trim(); in getInitialUser() local
199 private void switchUserUsingShell(int userId) throws Exception { in switchUserUsingShell()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DDumpsysUtils.java147 public static String getRoleHolder(ITestDevice device, String roleName, int userId) in getRoleHolder()