Searched defs:profileGroupId (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserVisibilityMediator.java | 241 int profileGroupId = unResolvedProfileGroupId == NO_PROFILE_GROUP_ID in assignUserToDisplayOnStart() local 335 private int getUserVisibilityOnStartLocked(@UserIdInt int userId, @UserIdInt int profileGroupId, in getUserVisibilityOnStartLocked() 420 @UserIdInt int profileGroupId, @UserStartMode int userStartMode, int displayId) { in canAssignUserToDisplayLocked() 686 int profileGroupId; in isUserVisible() local 754 int profileGroupId; in isUserVisible() local 1104 private static boolean isProfile(@UserIdInt int userId, @UserIdInt int profileGroupId) { in isProfile() 1143 int profileGroupId = mStartedVisibleProfileGroupIds.get(userId, NO_PROFILE_GROUP_ID); in isStartedVisibleProfileLocked() local
|
H A D | UserManagerInternal.java | 442 @UserIdInt int profileGroupId, @UserStartMode int userStartMode, int displayId); in assignUserToDisplayOnStart()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | UserInfo.java | 246 public int profileGroupId; field in UserInfo
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | MockSystemServices.java | 280 public File addUser(int userId, int flags, String type, int profileGroupId) { in addUser()
|