Home
last modified time | relevance | path

Searched defs:profileGroupId (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserVisibilityMediator.java241 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 DUserManagerInternal.java442 @UserIdInt int profileGroupId, @UserStartMode int userStartMode, int displayId); in assignUserToDisplayOnStart()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserInfo.java246 public int profileGroupId; field in UserInfo
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DMockSystemServices.java280 public File addUser(int userId, int flags, String type, int profileGroupId) { in addUser()