Searched refs:otherUserInfo (Results 1 – 2 of 2) sorted by relevance
1248 RemoteUserInfo otherUserInfo = (RemoteUserInfo) obj; in equals() local1249 return TextUtils.equals(mPackageName, otherUserInfo.mPackageName) in equals()1250 && mPid == otherUserInfo.mPid in equals()1251 && mUid == otherUserInfo.mUid; in equals()
1603 UserInfo otherUserInfo = getUserInfoLU(otherUserId); in isSameProfileGroupNoChecks() local1604 if (otherUserInfo == null in isSameProfileGroupNoChecks()1605 || otherUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) { in isSameProfileGroupNoChecks()1608 return userInfo.profileGroupId == otherUserInfo.profileGroupId; in isSameProfileGroupNoChecks()