Home
last modified time | relevance | path

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

/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java211 protected int createAndStartRestrictedProfile(int parentUserId) throws Exception { in createAndStartRestrictedProfile()
220 protected int createAndStartManagedProfile(int parentUserId) throws Exception { in createAndStartManagedProfile()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java434 protected int createManagedProfile(int parentUserId) throws DeviceNotAvailableException { in createManagedProfile()
439 protected void assertCannotCreateManagedProfile(int parentUserId) in assertCannotCreateManagedProfile()
459 private String getCreateManagedProfileCommandOutput(int parentUserId) in getCreateManagedProfileCommandOutput()
DDeviceAndProfileOwnerTest.java165 int parentUserId = getPrimaryUser(); in testApplicationRestrictions() local
DManagedProfileTest.java1032 int parentUserId, int profileUserId) { in ContactsTestSet()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java196 protected int createProfile(int parentUserId) throws Exception{ in createProfile()