Home | History | Annotate | Download | only in pm

Lines Matching defs:profileGroupId

97     private static final String ATTR_PROFILE_GROUP_ID = "profileGroupId";
326 int parentUserId = profile.profileGroupId;
337 (user.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID
338 && user.profileGroupId == profile.profileGroupId);
443 profileGroupId;
445 || callingGroupId != info.profileGroupId) {
802 if (userInfo.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID) {
804 Integer.toString(userInfo.profileGroupId));
913 int profileGroupId = UserInfo.NO_PROFILE_GROUP_ID;
952 profileGroupId = readIntAttribute(parser, ATTR_PROFILE_GROUP_ID,
954 if (profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) {
957 profileGroupId = readIntAttribute(parser, "relatedGroupId",
993 userInfo.profileGroupId = profileGroupId;
1192 if (parent.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) {
1193 parent.profileGroupId = parent.id;
1196 userInfo.profileGroupIdprofileGroupId;
1333 if (user.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID
1337 sendProfileRemovedBroadcast(user.profileGroupId, user.id);