Home
last modified time | relevance | path

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

/cts/hostsidetests/backup/src/android/cts/backup/
DProfileFullBackupRestoreHostSideTest.java50 int parentUserId = mDevice.getCurrentUser(); in setUp() local
DProfileScheduledJobHostSideTest.java77 int parentUserId = mDevice.getCurrentUser(); in setUp() local
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java208 protected int createAndStartRestrictedProfile(int parentUserId) throws Exception { in createAndStartRestrictedProfile()
217 protected int createAndStartManagedProfile(int parentUserId) throws Exception { in createAndStartManagedProfile()
/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.java328 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()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java640 protected int createManagedProfile(int parentUserId) throws DeviceNotAvailableException { in createManagedProfile()
645 protected void assertCannotCreateManagedProfile(int parentUserId) in assertCannotCreateManagedProfile()
665 private String getCreateManagedProfileCommandOutput(int parentUserId) in getCreateManagedProfileCommandOutput()
DManagedProfileTest.java1782 int parentUserId, int profileUserId) { in ContactsTestSet()
DDeviceAndProfileOwnerTest.java266 int parentUserId = getPrimaryUser(); in testApplicationRestrictions() local