Searched refs:NO_PROFILE_GROUP_ID (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DUserInfo.java95 public static final int NO_PROFILE_GROUP_ID = UserHandle.USER_NULL; field in class:UserInfo
108 * Otherwise, it would be {@link #NO_PROFILE_GROUP_ID}.
128 this.profileGroupId = NO_PROFILE_GROUP_ID;
129 this.restrictedProfileParentId = NO_PROFILE_GROUP_ID;
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DMockSystemServices.java163 return addUser(userId, flags, UserInfo.NO_PROFILE_GROUP_ID);
242 || ui.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID
/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java701 UserInfo.NO_PROFILE_GROUP_ID);
707 UserInfo.NO_PROFILE_GROUP_ID);
708 boolean sameGroup = (userGroupId != UserInfo.NO_PROFILE_GROUP_ID)
1439 if (user.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID) {
1576 UserInfo.NO_PROFILE_GROUP_ID);
1578 UserInfo.NO_PROFILE_GROUP_ID);
1579 return callingProfile != UserInfo.NO_PROFILE_GROUP_ID
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java700 if (userInfo == null || userInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) {
705 || otherUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) {
726 if (parentUserId == userHandle || parentUserId == UserInfo.NO_PROFILE_GROUP_ID) {
735 (user.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID
1114 final boolean sameGroup = (callingGroupId != UserInfo.NO_PROFILE_GROUP_ID
1899 == UserInfo.NO_PROFILE_GROUP_ID)) {
2046 if (userInfo.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID) {
2052 if (userInfo.restrictedProfileParentId != UserInfo.NO_PROFILE_GROUP_ID) {
2187 int profileGroupId = UserInfo.NO_PROFILE_GROUP_ID;
2189 int restrictedProfileParentId = UserInfo.NO_PROFILE_GROUP_ID;
[all...]
H A DLauncherAppsService.java251 || targetUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID
700 || userInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java788 if (ui.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) {

Completed in 118 milliseconds