Searched refs:otherUserInfo (Results 1 – 2 of 2) sorted by relevance
1243 RemoteUserInfo otherUserInfo = (RemoteUserInfo) obj; in equals() local1244 return TextUtils.equals(mPackageName, otherUserInfo.mPackageName) in equals()1245 && mPid == otherUserInfo.mPid in equals()1246 && mUid == otherUserInfo.mUid; in equals()
993 UserInfo otherUserInfo = getUserInfoLU(otherUserId); in isSameProfileGroupNoChecks() local994 if (otherUserInfo == null in isSameProfileGroupNoChecks()995 || otherUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) { in isSameProfileGroupNoChecks()998 return userInfo.profileGroupId == otherUserInfo.profileGroupId; in isSameProfileGroupNoChecks()