Searched refs:restrictedProfileParentId (Results 1 – 7 of 7) sorted by relevance
111 public int restrictedProfileParentId; field in UserInfo129 this.restrictedProfileParentId = NO_PROFILE_GROUP_ID; in UserInfo()236 restrictedProfileParentId = orig.restrictedProfileParentId; in UserInfo()266 dest.writeInt(restrictedProfileParentId); in writeToParcel()292 restrictedProfileParentId = source.readInt(); in UserInfo()
130 user.restrictedProfileParentId = 4; in createUser()144 assertEquals("restricted profile parent not preseved", one.restrictedProfileParentId, in assertUserInfoEquals()145 two.restrictedProfileParentId); in assertUserInfoEquals()
1200 && profile.restrictedProfileParentId == callingUserId) { in hasRestrictedProfiles()2114 && (userData.info.restrictedProfileParentId in upgradeIfNecessaryLP()2116 userData.info.restrictedProfileParentId = UserHandle.USER_SYSTEM; in upgradeIfNecessaryLP()2268 if (userInfo.restrictedProfileParentId != UserInfo.NO_PROFILE_GROUP_ID) { in writeUserLP()2270 Integer.toString(userInfo.restrictedProfileParentId)); in writeUserLP()2405 int restrictedProfileParentId = UserInfo.NO_PROFILE_GROUP_ID; in readUserLP() local2445 restrictedProfileParentId = readIntAttribute(parser, in readUserLP()2502 userInfo.restrictedProfileParentId = restrictedProfileParentId; in readUserLP()2703 if (parent.info.restrictedProfileParentId == UserInfo.NO_PROFILE_GROUP_ID) { in createUserInternalUnchecked()2704 parent.info.restrictedProfileParentId = parent.info.id; in createUserInternalUnchecked()[all …]
121 restrictedProfileA.restrictedProfileParentId = primaryUser.id;122 restrictedProfileB.restrictedProfileParentId = secondaryUser.id;285 tempProfile.restrictedProfileParentId = primaryUser.id; in testLockdownAddingAProfile()
285 mVpnUserId = newUserInfo.restrictedProfileParentId; in onUserSwitched()
1173 if (user.isRestricted() && (user.restrictedProfileParentId == userHandle)) { in createUserAndRestrictedProfilesRanges()1248 if (user.isRestricted() && user.restrictedProfileParentId == mUserHandle) { in onUserAdded()1269 if (user.isRestricted() && user.restrictedProfileParentId == mUserHandle) { in onUserRemoved()
1431 ? getUserManager().getUserInfo(userId).restrictedProfileParentId in syncSharedAccounts()1861 if (user.isRestricted() && (parentUserId == user.restrictedProfileParentId)) { in addAccountToLinkedRestrictedUsers()2080 && (user.restrictedProfileParentId == parentUserId)) { in renameAccountInternal()2344 if (user.isRestricted() && parentUserId == (user.restrictedProfileParentId)) { in removeAccountInternal()