Home
last modified time | relevance | path

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

/cts/tests/appcloning/src/android/appcloning/cts/
DAppCloningDeviceTestBase.java35 protected int createAndStartUser(String name, String type, String parentUserId) { in createAndStartUser()
/cts/hostsidetests/backup/src/android/cts/backup/
DProfileFullBackupRestoreHostSideTest.java50 int parentUserId = mDevice.getCurrentUser(); in setUp() local
DProfileScheduledJobHostSideTest.java80 int parentUserId = mDevice.getCurrentUser(); in setUp() local
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/
DManagedProfileContactsAccessTest.java135 protected static int createManagedProfile(String parentUserId) in createManagedProfile()
151 private static String getCreateManagedProfileCommandOutput(String parentUserId) in getCreateManagedProfileCommandOutput()
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java191 protected int createAndStartRestrictedProfile(int parentUserId) throws Exception { in createAndStartRestrictedProfile()
200 protected int createAndStartManagedProfile(int parentUserId) throws Exception { in createAndStartManagedProfile()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileContactsTest.java210 String managedProfilePackage, int parentUserId, int profileUserId) { in ContactsTestSet()
DBaseDevicePolicyTest.java687 protected int createManagedProfile(int parentUserId) throws DeviceNotAvailableException { in createManagedProfile()
692 protected void assertCannotCreateManagedProfile(int parentUserId) in assertCannotCreateManagedProfile()
797 private String getCreateManagedProfileCommandOutput(int parentUserId) in getCreateManagedProfileCommandOutput()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DResumeOnRebootHostTest.java532 private int createManagedProfile(int parentUserId) throws DeviceNotAvailableException { in createManagedProfile()
547 private String getCreateManagedProfileCommandOutput(int parentUserId) in getCreateManagedProfileCommandOutput()
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java135 public static String createManagedProfileUser(int parentUserId, String userName) { in createManagedProfileUser()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java173 protected int createProfile(int parentUserId) throws Exception{ in createProfile()