Searched refs:deepHashCode (Results 1 – 7 of 7) sorted by relevance
118 public static int deepHashCode(Object o) { in deepHashCode() method in HidlSupport129 .mapToInt(element -> deepHashCode(element)) in deepHashCode()135 .mapToInt(element -> deepHashCode(element)) in deepHashCode()
100 public void deepHashCode(int arrayLength) throws Exception { in deepHashCode() method in DeepArrayOpsPerfTest104 Arrays.deepHashCode(mArray); in deepHashCode()
376 int result = Arrays.deepHashCode(mCorrections); in hashCode()377 result = 31 * result + Arrays.deepHashCode(mCorrectionUncertainties); in hashCode()
306 contentDesc, tooltip, autofillType, Arrays.deepHashCode(autofillHints), in getEphemeralFingerprintId()
1257 mPrivacyIndicatorBounds, mDisplayShape, Arrays.deepHashCode(mTypeBoundingRectsMap), in hashCode()1258 Arrays.deepHashCode(mTypeMaxBoundingRectsMap), mFrameWidth, mFrameHeight); in hashCode()
11164 method public static int deepHashCode(Object);
47710 method public static int deepHashCode(java.lang.Object[]);