Home
last modified time | relevance | path

Searched refs:hashCode (Results 1 – 25 of 244) sorted by relevance

12345678910

/packages/apps/Calendar/src/com/android/calendar/
DCalendarEventModel.java50 public int hashCode() { in hashCode() method in CalendarEventModel.Attendee
51 return (mEmail == null) ? 0 : mEmail.hashCode(); in hashCode()
138 public int hashCode() { in hashCode() method in CalendarEventModel.ReminderEntry
482 public int hashCode() { in hashCode() method in CalendarEventModel
486 result = prime * result + ((mAttendeesList == null) ? 0 : getAttendeesString().hashCode()); in hashCode()
488 result = prime * result + ((mDescription == null) ? 0 : mDescription.hashCode()); in hashCode()
489 result = prime * result + ((mDuration == null) ? 0 : mDuration.hashCode()); in hashCode()
502 result = prime * result + ((mLocation == null) ? 0 : mLocation.hashCode()); in hashCode()
503 result = prime * result + ((mOrganizer == null) ? 0 : mOrganizer.hashCode()); in hashCode()
504 result = prime * result + ((mOriginalAllDay == null) ? 0 : mOriginalAllDay.hashCode()); in hashCode()
[all …]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.java221 public int hashCode() { in hashCode() method in SuggestionData
224 result = prime * result + ((mFormat == null) ? 0 : mFormat.hashCode()); in hashCode()
225 result = prime * result + ((mIcon1 == null) ? 0 : mIcon1.hashCode()); in hashCode()
226 result = prime * result + ((mIcon2 == null) ? 0 : mIcon2.hashCode()); in hashCode()
227 result = prime * result + ((mIntentAction == null) ? 0 : mIntentAction.hashCode()); in hashCode()
228 result = prime * result + ((mIntentData == null) ? 0 : mIntentData.hashCode()); in hashCode()
229 result = prime * result + ((mIntentExtraData == null) ? 0 : mIntentExtraData.hashCode()); in hashCode()
230 result = prime * result + ((mLogType == null) ? 0 : mLogType.hashCode()); in hashCode()
231 result = prime * result + ((mShortcutId == null) ? 0 : mShortcutId.hashCode()); in hashCode()
232 result = prime * result + ((mSource == null) ? 0 : mSource.hashCode()); in hashCode()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPhonebookEntry.java52 public int hashCode() { in hashCode() method in PhonebookEntry.Name
53 int result = 23 * (family == null ? 0 : family.hashCode()); in hashCode()
54 result = 23 * result + (given == null ? 0 : given.hashCode()); in hashCode()
55 result = 23 * result + (middle == null ? 0 : middle.hashCode()); in hashCode()
56 result = 23 * result + (prefix == null ? 0 : prefix.hashCode()); in hashCode()
57 result = 23 * result + (suffix == null ? 0 : suffix.hashCode()); in hashCode()
95 public int hashCode() { in hashCode() method in PhonebookEntry.Phone
96 return 23 * type + number.hashCode(); in hashCode()
152 public int hashCode() { in hashCode() method in PhonebookEntry
153 return name.hashCode() + 23 * phones.hashCode(); in hashCode()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpec.java88 public int hashCode() { in hashCode() method in MoreKeySpec
89 int hashCode = 1; in hashCode() local
90 hashCode = 31 + mCode; in hashCode()
91 hashCode = hashCode * 31 + mIconId; in hashCode()
93 hashCode = hashCode * 31 + (label == null ? 0 : label.hashCode()); in hashCode()
95 hashCode = hashCode * 31 + (outputText == null ? 0 : outputText.hashCode()); in hashCode()
96 return hashCode; in hashCode()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLookupKey.java62 return (accountTypeWithDataSet.hashCode() ^ accountName.hashCode()) & 0xFFF; in getAccountHashCode()
123 int hashCode = 0; in parse() local
133 hashCode = 0; in parse()
139 hashCode = hashCode * 10 + (c - '0'); in parse()
247 segment.accountHashCode = hashCode; in parse()
DAccountWithDataSet.java80 public int hashCode() { in hashCode() method in AccountWithDataSet
81 int result = mAccountName != null ? mAccountName.hashCode() : 0; in hashCode()
82 result = 31 * result + (mAccountType != null ? mAccountType.hashCode() : 0); in hashCode()
83 result = 31 * result + (mDataSet != null ? mDataSet.hashCode() : 0); in hashCode()
/packages/apps/Settings/src/com/android/settings/location/
DInjectedSetting.java131 public int hashCode() { in hashCode() method in InjectedSetting
132 int result = packageName.hashCode(); in hashCode()
133 result = 31 * result + className.hashCode(); in hashCode()
134 result = 31 * result + title.hashCode(); in hashCode()
136 result = 31 * result + mUserHandle.hashCode(); in hashCode()
137 result = 31 * result + settingsActivity.hashCode(); in hashCode()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DCommonNicknameCache.java79 int hashCode = normalizedName.hashCode(); in preloadNicknameBloomFilter() local
80 mNicknameBloomFilter.set(hashCode & NICKNAME_BLOOM_FILTER_SIZE); in preloadNicknameBloomFilter()
95 int hashCode = normalizedName.hashCode(); in getCommonNicknameClusters() local
96 if (!mNicknameBloomFilter.get(hashCode & NICKNAME_BLOOM_FILTER_SIZE)) { in getCommonNicknameClusters()
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
DContactRequest.java73 public int hashCode() { in hashCode() method in ContactRequest
76 return mEmail != null ? mEmail.hashCode() : 0; in hashCode()
148 public int hashCode() { in hashCode() method in ContactRequest.ContactRequestHolder
149 int result = contactRequest != null ? contactRequest.hashCode() : 0; in hashCode()
150 result = 31 * result + (destination != null ? destination.hashCode() : 0); in hashCode()
/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DDiscoveredPrinter.java151 public int hashCode() { in hashCode() method in DiscoveredPrinter
153 result = 31 * result + name.hashCode(); in hashCode()
154 result = 31 * result + (uuid != null ? uuid.hashCode() : 0); in hashCode()
155 result = 31 * result + path.hashCode(); in hashCode()
156 result = 31 * result + (location != null ? location.hashCode() : 0); in hashCode()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAttachment.java610 public int hashCode() { in hashCode() method in Attachment
611 int result = partId != null ? partId.hashCode() : 0; in hashCode()
612 result = 31 * result + (name != null ? name.hashCode() : 0); in hashCode()
614 result = 31 * result + (uri != null ? uri.hashCode() : 0); in hashCode()
615 result = 31 * result + (contentType != null ? contentType.hashCode() : 0); in hashCode()
619 result = 31 * result + (contentUri != null ? contentUri.hashCode() : 0); in hashCode()
620 result = 31 * result + (thumbnailUri != null ? thumbnailUri.hashCode() : 0); in hashCode()
621 result = 31 * result + (previewIntentUri != null ? previewIntentUri.hashCode() : 0); in hashCode()
623 result = 31 * result + (providerData != null ? providerData.hashCode() : 0); in hashCode()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DHostAuth.java509 public int hashCode() { in hashCode() method in HostAuth
510 int hashCode = 29; in hashCode() local
512 hashCode += mPassword.hashCode(); in hashCode()
515 hashCode += (mClientCertAlias.hashCode() << 8); in hashCode()
517 return (hashCode << 8) + mFlags; in hashCode()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java126 public int hashCode() { in hashCode() method in BluetoothMapAccountItem
129 result = prime * result + ((mId == null) ? 0 : mId.hashCode()); in hashCode()
130 result = prime * result + ((mName == null) ? 0 : mName.hashCode()); in hashCode()
132 + ((mPackageName == null) ? 0 : mPackageName.hashCode()); in hashCode()
134 + ((mProviderAuthority == null) ? 0 : mProviderAuthority.hashCode()); in hashCode()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DVeiledAddressMatcher.java103 final int hashCode = pattern.hashCode(); in loadPattern() local
104 if (hashCode != mProfilePatternLastHash) { in loadPattern()
105 mProfilePatternLastHash = hashCode; in loadPattern()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
DMockUiProvider.java93 conversations.add(createConversationDetailsMap(accountId, name.hashCode(), in initializeAccount()
100 createMessageDetailsMap(accountId, "zeroConv0".hashCode(), "zeroConv0", 1, false); in initializeAccount()
107 createMessageDetailsMap(accountId, "zeroConv1".hashCode(), "zeroConv1", 1, false); in initializeAccount()
110 createMessageDetailsMap(accountId, "zeroConv1a".hashCode(), "zeroConv1a", 2, false); in initializeAccount()
139 createConversationDetailsMap(accountId, "zeroConv3".hashCode(), "zeroConv3", in initializeAccount()
144 createConversationDetailsMap(accountId, "zeroConv4".hashCode(), "zeroConv4", in initializeAccount()
152 createMessageDetailsMap(accountId, "zeroConv3".hashCode(), "zeroConv3", 0, true); in initializeAccount()
157 createMessageDetailsMap(accountId, "zeroConv4".hashCode(), "zeroConv4", 0, true); in initializeAccount()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHTML.java142 public int hashCode() { in hashCode() method in HTML.Element
143 return this.name.hashCode(); in hashCode()
234 public int hashCode() { in hashCode() method in HTML.Attribute
235 return this.name.hashCode(); in hashCode()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetModel.java122 public int hashCode() { in hashCode() method in CalendarAppWidgetModel.EventInfo
129 result = prime * result + ((title == null) ? 0 : title.hashCode()); in hashCode()
133 result = prime * result + ((when == null) ? 0 : when.hashCode()); in hashCode()
134 result = prime * result + ((where == null) ? 0 : where.hashCode()); in hashCode()
214 public int hashCode() { in hashCode() method in CalendarAppWidgetModel.DayInfo
217 result = prime * result + ((mDayLabel == null) ? 0 : mDayLabel.hashCode()); in hashCode()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageCursor.java138 int hashCode = 17; in getStateHashCode() local
142 hashCode = 31 * hashCode + getMessage().getStateHashCode(); in getStateHashCode()
144 return hashCode; in getStateHashCode()
/packages/services/Car/car-lib/src/android/car/content/pm/
DAppBlockingPackageInfo.java162 public int hashCode() { in hashCode() method in AppBlockingPackageInfo
165 result = prime * result + Arrays.hashCode(activities); in hashCode()
169 result = prime * result + ((packageName == null) ? 0 : packageName.hashCode()); in hashCode()
170 result = prime * result + Arrays.hashCode(signatures); in hashCode()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
DSelectionTest.java108 assertEquals(selection.hashCode(), other.hashCode()); in testEqualsOther()
116 assertEquals(selection.hashCode(), other.hashCode()); in testEqualsCopy()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java113 public int hashCode() { in hashCode() method in CellBroadcastAlertService.MessageServiceCategoryAndScope
114 return mLocation.hashCode() + 5 * mServiceCategory + 7 * mSerialNumber + 13 * mBodyHash in hashCode()
115 + 17 * Boolean.hashCode(mIsEtwsPrimary); in hashCode()
237 int hashCode = message.isEtwsMessage() ? message.getMessageBody().hashCode() : 0; in handleCellBroadcastIntent() local
258 hashCode, isEtwsPrimary); in handleCellBroadcastIntent()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DGlobalDismissManager.java94 public int hashCode() { in hashCode() method in GlobalDismissManager.GlobalDismissId
95 int result = mAccountName.hashCode(); in hashCode()
96 result = 31 * result + mSyncId.hashCode(); in hashCode()
150 public int hashCode() { in hashCode() method in GlobalDismissManager.LocalDismissId
151 int result = mAccountType.hashCode(); in hashCode()
152 result = 31 * result + mAccountName.hashCode(); in hashCode()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountWithDataSet.java213 public int hashCode() { in hashCode() method in AccountWithDataSet
215 result = 31 * result + (name != null ? name.hashCode() : 0); in hashCode()
216 result = 31 * result + (type != null ? type.hashCode() : 0); in hashCode()
217 result = 31 * result + (dataSet != null ? dataSet.hashCode() : 0); in hashCode()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12345678910