HomeSort by relevance Sort by last modified time
    Searched defs:parentUserId (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/backup/src/android/cts/backup/
ProfileFullBackupRestoreHostSideTest.java 50 int parentUserId = mDevice.getCurrentUser();
51 int profileUserId = createProfileUser(parentUserId, "Profile-Full");
ProfileScheduledJobHostSideTest.java 77 int parentUserId = mDevice.getCurrentUser();
78 int profileUserId = createProfileUser(parentUserId, "Profile-Jobs");
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAndProfileOwnerTest.java 264 int parentUserId = getPrimaryUser();
265 if (parentUserId != mUserId) {
266 installAppAsUser(DELEGATE_APP_APK, parentUserId);
267 installAppAsUser(APP_RESTRICTIONS_TARGET_APP_APK, parentUserId);
269 "testCannotAccessApis", parentUserId);
    [all...]

Completed in 564 milliseconds