Searched defs:parentUserId (Results 1 – 10 of 10) sorted by relevance
35 protected int createAndStartUser(String name, String type, String parentUserId) { in createAndStartUser()
50 int parentUserId = mDevice.getCurrentUser(); in setUp() local
80 int parentUserId = mDevice.getCurrentUser(); in setUp() local
135 protected static int createManagedProfile(String parentUserId) in createManagedProfile()151 private static String getCreateManagedProfileCommandOutput(String parentUserId) in getCreateManagedProfileCommandOutput()
191 protected int createAndStartRestrictedProfile(int parentUserId) throws Exception { in createAndStartRestrictedProfile()200 protected int createAndStartManagedProfile(int parentUserId) throws Exception { in createAndStartManagedProfile()
210 String managedProfilePackage, int parentUserId, int profileUserId) { in ContactsTestSet()
687 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()
532 private int createManagedProfile(int parentUserId) throws DeviceNotAvailableException { in createManagedProfile()547 private String getCreateManagedProfileCommandOutput(int parentUserId) in getCreateManagedProfileCommandOutput()
135 public static String createManagedProfileUser(int parentUserId, String userName) { in createManagedProfileUser()
173 protected int createProfile(int parentUserId) throws Exception{ in createProfile()