/packages/apps/Calendar/src/com/android/calendar/ |
D | CalendarEventModel.java | 483 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/ |
D | SuggestionData.java | 222 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/ |
D | CalendarAppWidgetModel.java | 123 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 …]
|
D | CalendarAppWidgetService.java | 351 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/ |
D | IngestObjectInfo.java | 79 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()
|
D | SimpleDate.java | 60 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/ |
D | BluetoothMapEmailSettingsItem.java | 85 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()
|
D | BluetoothMapContentObserver.java | 339 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/ |
D | AgendaWindowAdapter.java | 252 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/ |
D | ContactInfo.java | 55 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()
|
D | CallLogAdapter.java | 227 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/ |
D | MaterialColorMapUtils.java | 69 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/ |
D | Foo.java | 9 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/ |
D | ContactPhotoManager.java | 1601 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/ |
D | fr_emoji.combined.gz | ... 73 shortcut=✈,f=14
74 word=prime,f=125,not_a_word=true
75 shortcut ... |
D | en_emoji.combined.gz | ... 93 shortcut=⛽,f=14
94 word=prime,f=119,not_a_word=true
95 shortcut ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1400639634, ... |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1402373178, ... |
D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1393228155, ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1393228136, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |