Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserVisibilityMediator.java252 int profileGroupId in assignUserToDisplayOnStart() local
357 private int getUserVisibilityOnStartLocked(@UserIdInt int userId, @UserIdInt int profileGroupId, in getUserVisibilityOnStartLocked()
441 @UserIdInt int profileGroupId, @UserStartMode int userStartMode, int displayId) { in canAssignUserToDisplayLocked()
707 int profileGroupId; in isUserVisible() local
748 private boolean isParentVisibleOnDisplay(@UserIdInt int profileGroupId, int displayId) { in isParentVisibleOnDisplay()
788 int profileGroupId; in isUserVisible() local
1138 private static boolean isProfile(@UserIdInt int userId, @UserIdInt int profileGroupId) { in isProfile()
1170 int profileGroupId = mStartedVisibleProfileGroupIds.get(userId, NO_PROFILE_GROUP_ID); in isCurrentUserOrRunningProfileOfCurrentUser() local
1178 int profileGroupId = mStartedVisibleProfileGroupIds.get(userId, NO_PROFILE_GROUP_ID); in isStartedVisibleProfileLocked() local
DUserManagerInternal.java448 @UserIdInt int profileGroupId, @UserStartMode int userStartMode, int displayId); in assignUserToDisplayOnStart()
/frameworks/base/core/java/android/content/pm/
DUserInfo.java254 public int profileGroupId; field in UserInfo
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DMockSystemServices.java280 public File addUser(int userId, int flags, String type, int profileGroupId) { in addUser()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DRebootEscrowManagerTests.java391 private UserInfo createUser(int id, String name, int flag, int profileGroupId) { in createUser()