Home
last modified time | relevance | path

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

/cts/hostsidetests/backup/src/android/cts/backup/
DProfileFullBackupRestoreHostSideTest.java50 int parentUserId = mDevice.getCurrentUser(); in setUp() local
DProfileScheduledJobHostSideTest.java76 int parentUserId = mDevice.getCurrentUser(); in setUp() local
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java169 protected int createAndStartRestrictedProfile(int parentUserId) throws Exception { in createAndStartRestrictedProfile()
178 protected int createAndStartManagedProfile(int parentUserId) throws Exception { in createAndStartManagedProfile()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DResumeOnRebootHostTest.java580 private int createManagedProfile(int parentUserId) throws DeviceNotAvailableException { in createManagedProfile()
595 private String getCreateManagedProfileCommandOutput(int parentUserId) in getCreateManagedProfileCommandOutput()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileContactsTest.java203 String managedProfilePackage, int parentUserId, int profileUserId) { in ContactsTestSet()
DBaseDevicePolicyTest.java692 protected int createManagedProfile(int parentUserId) throws DeviceNotAvailableException { in createManagedProfile()
697 protected void assertCannotCreateManagedProfile(int parentUserId) in assertCannotCreateManagedProfile()
792 private String getCreateManagedProfileCommandOutput(int parentUserId) in getCreateManagedProfileCommandOutput()
DDeviceAndProfileOwnerTest.java275 int parentUserId = getPrimaryUser(); in testApplicationRestrictions() local
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java146 public static String createManagedProfileUser(int parentUserId, String userName) { in createManagedProfileUser()
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DMultiUserTest.java334 private int createProfile(int parentUserId) throws Exception { in createProfile()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java173 protected int createProfile(int parentUserId) throws Exception{ in createProfile()