Searched refs:profileUserId (Results 1 – 1 of 1) sorted by relevance
573 int profileUserId = userIdProfiles.isEmpty() ? 10 : findMaxProfileId(userIdProfiles) + 1; in createProfileForUserEvenWhenDisallowed() local574 UserInfo profileUserInfo = new UserInfo(profileUserId, name, flags); in createProfileForUserEvenWhenDisallowed()576 profileToParent.put(profileUserId, userId); in createProfileForUserEvenWhenDisallowed()577 addUserProfile(UserHandle.of(profileUserId)); in createProfileForUserEvenWhenDisallowed()