Searched defs:hashCode (Results 226 - 250 of 257) sorted by relevance

1234567891011

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java405 public int hashCode() { method in class:Call.Details
407 Objects.hashCode(mHandle) +
408 Objects.hashCode(mHandlePresentation) +
409 Objects.hashCode(mCallerDisplayName) +
410 Objects.hashCode(mCallerDisplayNamePresentation) +
411 Objects.hashCode(mAccountHandle) +
412 Objects.hashCode(mCallCapabilities) +
413 Objects.hashCode(mCallProperties) +
414 Objects.hashCode(mDisconnectCause) +
415 Objects.hashCode(mConnectTimeMilli
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java497 @Override public int hashCode() { method in class:EventRecurrence
498 // We overrode equals, so we must override hashCode(). Nobody seems to need this though.
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerTest.java1800 public int hashCode() { method in class:StaggeredGridLayoutManagerTest.VisibleChildren
1801 int result = firstVisiblePositions != null ? Arrays.hashCode(firstVisiblePositions) : 0;
1803 .hashCode(firstFullyVisiblePositions) : 0);
1805 .hashCode(lastVisiblePositions)
1808 .hashCode(lastFullyVisiblePositions) : 0);
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java1099 public int hashCode() { method in class:ApplicationPackageManager.ResourceName
1101 result = packageName.hashCode();
H A DFragment.java666 * Subclasses can not override hashCode().
668 @Override final public int hashCode() { method in class:Fragment
669 return super.hashCode();
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1263 public int hashCode() { method in class:Configuration
1268 result = 31 * result + (locale != null ? locale.hashCode() : 0);
/frameworks/base/core/java/android/os/
H A DStrictMode.java1294 Integer crashFingerprint = info.hashCode();
1623 final Integer fingerprint = info.hashCode();
2156 public int hashCode() { method in class:StrictMode.ViolationInfo
2158 result = 37 * result + crashInfo.stackTrace.hashCode();
2163 result = 37 * result + broadcastIntentAction.hashCode();
2167 result = 37 * result + tag.hashCode();
/frameworks/base/core/java/android/print/
H A DPrintAttributes.java284 public int hashCode() { method in class:PrintAttributes
288 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode());
289 result = prime * result + ((mMediaSize == null) ? 0 : mMediaSize.hashCode());
290 result = prime * result + ((mResolution == null) ? 0 : mResolution.hashCode());
933 public int hashCode() { method in class:PrintAttributes.MediaSize
1093 public int hashCode() { method in class:PrintAttributes.Resolution
1215 public int hashCode() { method in class:PrintAttributes.Margins
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java251 public View findHierarchyView(String className, int hashCode); argument
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java172 public int hashCode() { method in class:RemoteViews.MutablePair
173 return (first == null ? 0 : first.hashCode()) ^ (second == null ? 0 : second.hashCode());
H A DGridLayout.java978 result = 31 * result + lp.hashCode();
2226 public int hashCode() { method in class:GridLayout.LayoutParams
2227 int result = rowSpec.hashCode();
2228 result = 31 * result + columnSpec.hashCode();
2510 public int hashCode() { method in class:GridLayout.Interval
2613 public int hashCode() { method in class:GridLayout.Spec
2614 int result = span.hashCode();
2615 result = 31 * result + alignment.hashCode();
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java547 public int hashCode() { method in class:TextTrackCue
548 return toString().hashCode();
/frameworks/base/media/java/android/media/session/
H A DMediaSession.java646 public int hashCode() { method in class:MediaSession.Token
649 result = prime * result + ((mBinder == null) ? 0 : mBinder.asBinder().hashCode());
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java643 public int hashCode() { method in class:LocationManagerService.Receiver
644 return mKey.hashCode();
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java584 public int hashCode() { method in class:ServiceState
590 + ((null == mVoiceOperatorAlphaLong) ? 0 : mVoiceOperatorAlphaLong.hashCode())
591 + ((null == mVoiceOperatorAlphaShort) ? 0 : mVoiceOperatorAlphaShort.hashCode())
592 + ((null == mVoiceOperatorNumeric) ? 0 : mVoiceOperatorNumeric.hashCode())
593 + ((null == mDataOperatorAlphaLong) ? 0 : mDataOperatorAlphaLong.hashCode())
594 + ((null == mDataOperatorAlphaShort) ? 0 : mDataOperatorAlphaShort.hashCode())
595 + ((null == mDataOperatorNumeric) ? 0 : mDataOperatorNumeric.hashCode())
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java240 public int hashCode() { method in class:VCardEntry.NameData
246 hash = hash * 31 + (hashTarget != null ? hashTarget.hashCode() : 0);
359 public int hashCode() { method in class:VCardEntry.PhoneData
361 hash = hash * 31 + (mNumber != null ? mNumber.hashCode() : 0);
362 hash = hash * 31 + (mLabel != null ? mLabel.hashCode() : 0);
449 public int hashCode() { method in class:VCardEntry.EmailData
451 hash = hash * 31 + (mAddress != null ? mAddress.hashCode() : 0);
452 hash = hash * 31 + (mLabel != null ? mLabel.hashCode() : 0);
663 public int hashCode() { method in class:VCardEntry.PostalData
665 hash = hash * 31 + (mLabel != null ? mLabel.hashCode()
824 public int hashCode() { method in class:VCardEntry.OrganizationData
927 public int hashCode() { method in class:VCardEntry.ImData
1024 public int hashCode() { method in class:VCardEntry.PhotoData
1100 public int hashCode() { method in class:VCardEntry.NicknameData
1155 public int hashCode() { method in class:VCardEntry.NoteData
1213 public int hashCode() { method in class:VCardEntry.WebsiteData
1269 public int hashCode() { method in class:VCardEntry.BirthdayData
1325 public int hashCode() { method in class:VCardEntry.AnniversaryData
1403 public int hashCode() { method in class:VCardEntry.SipData
1514 public int hashCode() { method in class:VCardEntry.AndroidCustomData
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java497 * Subclasses can not override hashCode().
499 @Override final public int hashCode() { method in class:Fragment
500 return super.hashCode();
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java2536 public int hashCode() { method in class:AccessibilityNodeInfoCompat
2537 return (mInfo == null) ? 0 : mInfo.hashCode();
/frameworks/base/core/java/android/view/
H A DMotionEvent.java3593 public int hashCode() { method in class:MotionEvent.PointerProperties
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java3285 public int hashCode() { method in class:AppWidgetServiceImpl.ProviderId
3288 ? componentName.hashCode() : 0);
3373 public int hashCode() { method in class:AppWidgetServiceImpl.HostId
3377 ? packageName.hashCode() : 0);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1100 public int hashCode() { method in class:HdmiControlService.HotplugEventListenerRecord
1101 return mListener.hashCode();
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java867 result = 31 * result + lp.hashCode();
2101 public int hashCode() { method in class:GridLayout.LayoutParams
2102 int result = rowSpec.hashCode();
2103 result = 31 * result + columnSpec.hashCode();
2385 public int hashCode() { method in class:GridLayout.Interval
2488 public int hashCode() { method in class:GridLayout.Spec
2489 int result = span.hashCode();
2490 result = 31 * result + alignment.hashCode();
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1519 public View findHierarchyView(String className, int hashCode) { argument
/frameworks/base/core/java/android/hardware/
H A DCamera.java1959 public int hashCode() { method in class:Camera.Size
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java3009 public int hashCode() { method in class:AccessibilityNodeInfo
3480 public int hashCode() { method in class:AccessibilityNodeInfo.AccessibilityAction

Completed in 4094 milliseconds

1234567891011