Home
last modified time | relevance | path

Searched refs:prime (Results 1 – 25 of 37) 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/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/
DBluetoothMapEmailSettingsItem.java85 final int prime = 31; in hashCode() local
87 result = prime * result + ((mId == null) ? 0 : mId.hashCode()); in hashCode()
88 result = prime * result + ((mName == null) ? 0 : mName.hashCode()); in hashCode()
89 result = prime * result in hashCode()
91 result = prime * result in hashCode()
DBluetoothMapContentObserver.java339 final int prime = 31; in hashCode() local
341 result = prime * result + (int) (id ^ (id >>> 32)); 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/Dialer/src/com/android/dialer/calllog/
DContactInfo.java55 final int prime = 31; in hashCode() local
57 result = prime * result + ((lookupUri == null) ? 0 : lookupUri.hashCode()); in hashCode()
58 result = prime * result + ((name == null) ? 0 : name.hashCode()); in hashCode()
DCallLogAdapter.java227 final int prime = 31; in hashCode() local
229 result = prime * result + ((callLogInfo == null) ? 0 : callLogInfo.hashCode()); in hashCode()
230 result = prime * result + ((countryIso == null) ? 0 : countryIso.hashCode()); in hashCode()
231 result = prime * result + ((number == null) ? 0 : number.hashCode()); in hashCode()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DMaterialColorMapUtils.java69 final int prime = 31; in hashCode() local
71 result = prime * result + mPrimaryColor; in hashCode()
72 result = prime * result + mSecondaryColor; in hashCode()
/packages/experimental/TestBack/src/foo/bar/testback/
DFoo.java9 final int prime = 31; in hashCode() local
11 result = prime * result + ((mValue == null) ? 0 : mValue.hashCode()); in hashCode()
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java1601 final int prime = 31; in hashCode() local
1603 result = prime * result + (int) (mId ^ (mId >>> 32)); in hashCode()
1604 result = prime * result + mRequestedExtent; in hashCode()
1605 result = prime * result + ((mUri == null) ? 0 : mUri.hashCode()); in hashCode()
/packages/inputmethods/LatinIME/dictionaries/
Dfr_emoji.combined.gz ... 73 shortcut=✈,f=14 74 word=prime,f=125,not_a_word=true 75 shortcut ...
Den_emoji.combined.gz ... 93 shortcut=⛽,f=14 94 word=prime,f=119,not_a_word=true 95 shortcut ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1400639634, ...
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=1402373178, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1393228155, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1393228136, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...

12