Searched refs:restrictedProfileParentId (Results 1 – 7 of 7) sorted by relevance
195 public int restrictedProfileParentId; field in UserInfo248 this.restrictedProfileParentId = NO_PROFILE_GROUP_ID; in UserInfo()417 restrictedProfileParentId = orig.restrictedProfileParentId; in UserInfo()472 dest.writeInt(restrictedProfileParentId); in writeToParcel()501 restrictedProfileParentId = source.readInt(); in UserInfo()
225 user.restrictedProfileParentId = 4; in createUser()241 assertEquals("restricted profile parent not preseved", one.restrictedProfileParentId, in assertUserInfoEquals()242 two.restrictedProfileParentId); in assertUserInfoEquals()
1567 && profile.restrictedProfileParentId == callingUserId) { in hasRestrictedProfiles()2643 && (userData.info.restrictedProfileParentId in upgradeIfNecessaryLP()2645 userData.info.restrictedProfileParentId = UserHandle.USER_SYSTEM; in upgradeIfNecessaryLP()2885 if (userInfo.restrictedProfileParentId != UserInfo.NO_PROFILE_GROUP_ID) { in writeUserLP()2887 Integer.toString(userInfo.restrictedProfileParentId)); in writeUserLP()3030 int restrictedProfileParentId = UserInfo.NO_PROFILE_GROUP_ID; in readUserLP() local3074 restrictedProfileParentId = readIntAttribute(parser, in readUserLP()3144 userInfo.restrictedProfileParentId = restrictedProfileParentId; in readUserLP()3476 if (parent.info.restrictedProfileParentId == UserInfo.NO_PROFILE_GROUP_ID) { in createUserInternalUncheckedNoTracing()3477 parent.info.restrictedProfileParentId = parent.info.id; in createUserInternalUncheckedNoTracing()[all …]
131 restrictedProfileA.restrictedProfileParentId = primaryUser.id;132 restrictedProfileB.restrictedProfileParentId = secondaryUser.id;438 tempProfile.restrictedProfileParentId = primaryUser.id; in testLockdownAddingAProfile()
300 mVpnUserId = newUserInfo.restrictedProfileParentId; in onUserSwitched()
1338 if (user.isRestricted() && (user.restrictedProfileParentId == userHandle)) {1418 if (user.isRestricted() && user.restrictedProfileParentId == mUserHandle) {1445 if (user.isRestricted() && user.restrictedProfileParentId == mUserHandle) {
1456 ? getUserManager().getUserInfo(userId).restrictedProfileParentId in syncSharedAccounts()1892 if (user.isRestricted() && (parentUserId == user.restrictedProfileParentId)) { in addAccountToLinkedRestrictedUsers()2111 && (user.restrictedProfileParentId == parentUserId)) { in renameAccountInternal()2366 if (user.isRestricted() && parentUserId == (user.restrictedProfileParentId)) { in removeAccountInternal()