Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserInfo.java120 public static final int NO_PROFILE_GROUP_ID = UserHandle.USER_NULL; field in UserInfo
177 this.profileGroupId = NO_PROFILE_GROUP_ID; in UserInfo()
178 this.restrictedProfileParentId = NO_PROFILE_GROUP_ID; in UserInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java822 if (userInfo == null || userInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) { in isSameProfileGroupNoChecks()
827 || otherUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) { in isSameProfileGroupNoChecks()
855 if (parentUserId == userHandle || parentUserId == UserInfo.NO_PROFILE_GROUP_ID) { in getProfileParentLU()
864 (user.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID in isProfileOf()
1419 final boolean sameGroup = (callingGroupId != UserInfo.NO_PROFILE_GROUP_ID in getUserIcon()
2237 == UserInfo.NO_PROFILE_GROUP_ID)) { in upgradeIfNecessaryLP()
2388 if (userInfo.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID) { in writeUserLP()
2394 if (userInfo.restrictedProfileParentId != UserInfo.NO_PROFILE_GROUP_ID) { in writeUserLP()
2537 int profileGroupId = UserInfo.NO_PROFILE_GROUP_ID; in readUserLP()
2539 int restrictedProfileParentId = UserInfo.NO_PROFILE_GROUP_ID; in readUserLP()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java907 int userGroupId = mUserProfileGroupIds.get(userId, UserInfo.NO_PROFILE_GROUP_ID);
913 UserInfo.NO_PROFILE_GROUP_ID);
914 boolean sameGroup = (userGroupId != UserInfo.NO_PROFILE_GROUP_ID)
1814 if (user.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID) {
1997 UserInfo.NO_PROFILE_GROUP_ID);
1999 UserInfo.NO_PROFILE_GROUP_ID);
2000 return callingProfile != UserInfo.NO_PROFILE_GROUP_ID
2010 final int parentUserId = mUserProfileGroupIds.get(userId, UserInfo.NO_PROFILE_GROUP_ID);
2011 if (parentUserId == UserInfo.NO_PROFILE_GROUP_ID) {
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DMockSystemServices.java200 return addUser(userId, flags, UserInfo.NO_PROFILE_GROUP_ID); in addUser()
286 || ui.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID in getProfiles()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java820 if (ui.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) { in setUp()
841 if (targetUserInfo.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID in setUp()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16311 Landroid/content/pm/UserInfo;->NO_PROFILE_GROUP_ID:I