Lines Matching defs:hashCode

240         public int hashCode() {
246 hash = hash * 31 + (hashTarget != null ? hashTarget.hashCode() : 0);
359 public int hashCode() {
361 hash = hash * 31 + (mNumber != null ? mNumber.hashCode() : 0);
362 hash = hash * 31 + (mLabel != null ? mLabel.hashCode() : 0);
449 public int hashCode() {
451 hash = hash * 31 + (mAddress != null ? mAddress.hashCode() : 0);
452 hash = hash * 31 + (mLabel != null ? mLabel.hashCode() : 0);
663 public int hashCode() {
665 hash = hash * 31 + (mLabel != null ? mLabel.hashCode() : 0);
671 hash = hash * 31 + (hashTarget != null ? hashTarget.hashCode() : 0);
824 public int hashCode() {
826 hash = hash * 31 + (mOrganizationName != null ? mOrganizationName.hashCode() : 0);
827 hash = hash * 31 + (mDepartmentName != null ? mDepartmentName.hashCode() : 0);
828 hash = hash * 31 + (mTitle != null ? mTitle.hashCode() : 0);
927 public int hashCode() {
930 hash = hash * 31 + (mCustomProtocol != null ? mCustomProtocol.hashCode() : 0);
931 hash = hash * 31 + (mAddress != null ? mAddress.hashCode() : 0);
1024 public int hashCode() {
1029 int hash = mFormat != null ? mFormat.hashCode() : 0;
1100 public int hashCode() {
1101 return mNickname != null ? mNickname.hashCode() : 0;
1155 public int hashCode() {
1156 return mNote != null ? mNote.hashCode() : 0;
1213 public int hashCode() {
1214 return mWebsite != null ? mWebsite.hashCode() : 0;
1269 public int hashCode() {
1270 return mBirthday != null ? mBirthday.hashCode() : 0;
1325 public int hashCode() {
1326 return mAnniversary != null ? mAnniversary.hashCode() : 0;
1403 public int hashCode() {
1405 hash = hash * 31 + (mLabel != null ? mLabel.hashCode() : 0);
1406 hash = hash * 31 + (mAddress != null ? mAddress.hashCode() : 0);
1514 public int hashCode() {
1515 int hash = mMimeType != null ? mMimeType.hashCode() : 0;
1518 hash = hash * 31 + (data != null ? data.hashCode() : 0);
1669 mBuilder.append("[[hash: " + VCardEntry.this.hashCode() + "\n");