Searched refs:otherUserInfo (Results 1 – 2 of 2) sorted by relevance
943 RemoteUserInfo otherUserInfo = (RemoteUserInfo) obj; in equals() local944 return TextUtils.equals(mPackageName, otherUserInfo.mPackageName) in equals()945 && mPid == otherUserInfo.mPid in equals()946 && mUid == otherUserInfo.mUid; in equals()
780 UserInfo otherUserInfo = getUserInfoLU(otherUserId); in isSameProfileGroupNoChecks() local781 if (otherUserInfo == null in isSameProfileGroupNoChecks()782 || otherUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) { in isSameProfileGroupNoChecks()785 return userInfo.profileGroupId == otherUserInfo.profileGroupId; in isSameProfileGroupNoChecks()