Home
last modified time | relevance | path

Searched refs:prime (Results 1 – 25 of 42) sorted by relevance

12

/packages/apps/Calendar/src/com/android/calendar/
DCalendarEventModel.java483 final int prime = 31; in hashCode() local
485 result = prime * result + (mAllDay ? 1231 : 1237); in hashCode()
486 result = prime * result + ((mAttendeesList == null) ? 0 : getAttendeesString().hashCode()); in hashCode()
487 result = prime * result + (int) (mCalendarId ^ (mCalendarId >>> 32)); in hashCode()
488 result = prime * result + ((mDescription == null) ? 0 : mDescription.hashCode()); in hashCode()
489 result = prime * result + ((mDuration == null) ? 0 : mDuration.hashCode()); in hashCode()
490 result = prime * result + (int) (mEnd ^ (mEnd >>> 32)); in hashCode()
491 result = prime * result + (mGuestsCanInviteOthers ? 1231 : 1237); in hashCode()
492 result = prime * result + (mGuestsCanModify ? 1231 : 1237); in hashCode()
493 result = prime * result + (mGuestsCanSeeGuests ? 1231 : 1237); in hashCode()
[all …]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.java222 final int prime = 31; in hashCode() local
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/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetModel.java123 final int prime = 31; in hashCode() local
125 result = prime * result + (allDay ? 1231 : 1237); in hashCode()
126 result = prime * result + (int) (id ^ (id >>> 32)); in hashCode()
127 result = prime * result + (int) (end ^ (end >>> 32)); in hashCode()
128 result = prime * result + (int) (start ^ (start >>> 32)); in hashCode()
129 result = prime * result + ((title == null) ? 0 : title.hashCode()); in hashCode()
130 result = prime * result + visibTitle; in hashCode()
131 result = prime * result + visibWhen; in hashCode()
132 result = prime * result + visibWhere; in hashCode()
133 result = prime * result + ((when == null) ? 0 : when.hashCode()); in hashCode()
[all …]
DCalendarAppWidgetService.java351 long prime = 31;
353 result = prime * result + (int) (eventInfo.id ^ (eventInfo.id >>> 32));
354 result = prime * result + (int) (eventInfo.start ^ (eventInfo.start >>> 32));
/packages/services/Car/car-lib/src/android/car/content/pm/
DAppBlockingPackageInfo.java163 final int prime = 31; in hashCode() local
165 result = prime * result + Arrays.hashCode(activities); in hashCode()
166 result = prime * result + flags; in hashCode()
167 result = prime * result + maxRevisionCode; in hashCode()
168 result = prime * result + minRevisionCode; in hashCode()
169 result = prime * result + ((packageName == null) ? 0 : packageName.hashCode()); in hashCode()
170 result = prime * result + Arrays.hashCode(signatures); in hashCode()
DCarAppBlockingPolicy.java103 final int prime = 31; in hashCode() local
105 result = prime * result + Arrays.hashCode(blacklists); in hashCode()
106 result = prime * result + Arrays.hashCode(whitelists); in hashCode()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DIngestObjectInfo.java79 final int prime = 31; in hashCode() local
81 result = prime * result + mCompressedSize; in hashCode()
82 result = prime * result + (int) (mDateCreated ^ (mDateCreated >>> 32)); in hashCode()
83 result = prime * result + mFormat; in hashCode()
84 result = prime * result + mHandle; in hashCode()
DSimpleDate.java60 final int prime = 31; in hashCode() local
62 result = prime * result + day; in hashCode()
63 result = prime * result + month; in hashCode()
64 result = prime * result + year; in hashCode()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java127 final int prime = 31; in hashCode() local
129 result = prime * result + ((mId == null) ? 0 : mId.hashCode()); in hashCode()
130 result = prime * result + ((mName == null) ? 0 : mName.hashCode()); in hashCode()
131 result = prime * result in hashCode()
133 result = prime * result in hashCode()
DBluetoothMapContentObserver.java864 final int prime = 31; in hashCode() local
866 result = prime * result + (int) (id ^ (id >>> 32)); in hashCode()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfo.java77 final int prime = 31; in hashCode() local
79 result = prime * result + ((lookupUri == null) ? 0 : lookupUri.hashCode()); in hashCode()
80 result = prime * result + ((name == null) ? 0 : name.hashCode()); in hashCode()
/packages/apps/Dialer/java/com/android/contacts/common/util/
DMaterialColorMapUtils.java163 final int prime = 31; in hashCode() local
165 result = prime * result + mPrimaryColor; in hashCode()
166 result = prime * result + mSecondaryColor; in hashCode()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaWindowAdapter.java252 final int prime = 31; in hashCode() local
254 result = prime * result + end; in hashCode()
255 result = prime * result + (int) (queryStartMillis ^ (queryStartMillis >>> 32)); in hashCode()
256 result = prime * result + queryType; in hashCode()
257 result = prime * result + start; in hashCode()
259 result = prime * result + searchQuery.hashCode(); in hashCode()
263 result = prime * result + (int) (goToTimeMillis ^ (goToTimeMillis >>> 32)); in hashCode()
265 result = prime * result + (int)id; in hashCode()
/packages/apps/Contacts/src/com/android/contacts/util/
DMaterialColorMapUtils.java72 final int prime = 31; in hashCode() local
74 result = prime * result + mPrimaryColor; in hashCode()
75 result = prime * result + mSecondaryColor; in hashCode()
/packages/apps/Dialer/java/com/android/contacts/common/
DContactPhotoManagerImpl.java852 final int prime = 31; in hashCode() local
854 result = prime * result + (int) (mId ^ (mId >>> 32)); in hashCode()
855 result = prime * result + mRequestedExtent; in hashCode()
856 result = prime * result + ((mUri == null) ? 0 : mUri.hashCode()); in hashCode()
/packages/apps/TV/src/com/android/exoplayer/
DMediaSoftwareCodecUtil.java259 final int prime = 31; in hashCode() local
261 result = prime * result + ((mimeType == null) ? 0 : mimeType.hashCode()); in hashCode()
/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java1694 final int prime = 31; in hashCode() local
1696 result = prime * result + (int) (mId ^ (mId >>> 32)); in hashCode()
1697 result = prime * result + mRequestedExtent; in hashCode()
1698 result = prime * result + ((mUri == null) ? 0 : mUri.hashCode()); in hashCode()
/packages/inputmethods/LatinIME/dictionaries/
Den_emoji.combined.gz ... 93 shortcut=⛽,f=14 94 word=prime,f=119,not_a_word=true 95 shortcut ...
Dfr_emoji.combined.gz ... 73 shortcut=✈,f=14 74 word=prime,f=125,not_a_word=true 75 shortcut ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
/packages/apps/TV/libs/
Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12