Searched refs:parentUserId (Results 1 – 4 of 4) sorted by relevance
303 private static int getManagedProfileId(UserManager um, int parentUserId) { in getManagedProfileId() argument304 final int[] profileIds = um.getProfileIdsWithDisabled(parentUserId); in getManagedProfileId()306 if (profileId != parentUserId && um.isManagedProfile(profileId)) { in getManagedProfileId()
141 private void takeAppsSnapshots(@UserIdInt int parentUserId, boolean leaveAllSystemAppsEnabled) { in takeAppsSnapshots() argument145 mCrossProfileAppsSnapshot.takeNewSnapshot(parentUserId); in takeAppsSnapshots()
107 protected static int getManagedProfileId(UserManager um, int parentUserId) { in getManagedProfileId() argument
461 public static int getManagedProfileId(UserManager um, int parentUserId) { in getManagedProfileId() argument462 final int[] profileIds = um.getProfileIdsWithDisabled(parentUserId); in getManagedProfileId()464 if (profileId != parentUserId) { in getManagedProfileId()