Searched refs:hashCode (Results 76 - 100 of 334) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java398 final int hashCode;
400 hashCode = Integer.valueOf(subtypeHashCodeStr);
402 hashCode = 0;
404 if (hashCode == 0 && !allowImplicitlySelectedSubtype) {
408 if (hashCode == 0) {
431 if (hashCode == 0) {
442 } else if (scs.hashCode() == hashCode) {
444 Slog.w(TAG, "Return subtype " + scs.hashCode() + ", input= " + locale
618 public void setCurrentSpellCheckerSubtype(String locale, int hashCode) { argument
670 setCurrentSpellCheckerSubtypeLocked(int hashCode) argument
1030 putSelectedSpellCheckerSubtype(int hashCode) argument
[all...]
/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java25 * {@link #hashCode}, making it suitable for use as the key of a {@link java.util.Map}
163 public int hashCode() { method in class:SyncAdapterType
165 result = 31 * result + authority.hashCode();
166 result = 31 * result + accountType.hashCode();
H A DRestrictionEntry.java388 public int hashCode() { method in class:RestrictionEntry
390 result = 31 * result + mKey.hashCode();
392 result = 31 * result + mCurrentValue.hashCode();
396 result = 31 * result + value.hashCode();
/frameworks/base/core/java/android/net/
H A DIpConfiguration.java166 public int hashCode() { method in class:IpConfiguration
167 return 13 + (staticIpConfiguration != null ? staticIpConfiguration.hashCode() : 0) +
170 83 * httpProxy.hashCode();
H A DNetworkRequest.java218 public int hashCode() { method in class:NetworkRequest
220 (networkCapabilities.hashCode() * 1051);
H A DNetworkKey.java102 public int hashCode() { method in class:NetworkKey
H A DRouteInfo.java447 public int hashCode() { method in class:RouteInfo
448 return (mDestination.hashCode() * 41)
449 + (mGateway == null ? 0 :mGateway.hashCode() * 47)
450 + (mInterface == null ? 0 :mInterface.hashCode() * 67)
H A DScoredNetwork.java98 public int hashCode() { method in class:ScoredNetwork
H A DUidRange.java52 public int hashCode() { method in class:UidRange
/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java162 public int hashCode(){ method in class:CursorAnchorInfo
171 hash += Objects.hashCode(mComposingText);
173 hash += Objects.hashCode(mCharacterBoundsArray);
175 hash += Objects.hashCode(mMatrix);
202 if (hashCode() != that.hashCode()) {
/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java105 public int hashCode() { method in class:AuthenticatorDescription
106 return type.hashCode();
/frameworks/base/core/java/android/content/pm/
H A DManifestDigest.java107 public int hashCode() { method in class:ManifestDigest
108 return Arrays.hashCode(mDigest);
/frameworks/base/core/java/android/hardware/camera2/params/
H A DMeteringRectangle.java254 public int hashCode() { method in class:MeteringRectangle
255 return HashCodeHelpers.hashCode(mX, mY, mWidth, mHeight, mWeight);
H A DReprocessFormatsMap.java254 public int hashCode() { method in class:ReprocessFormatsMap
256 return HashCodeHelpers.hashCode(mEntry);
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplay.java156 public int hashCode() { method in class:WifiDisplay
158 return mDeviceAddress.hashCode();
/frameworks/base/core/java/android/nfc/
H A DNdefMessage.java232 public int hashCode() { method in class:NdefMessage
233 return Arrays.hashCode(mRecords);
/frameworks/base/core/java/android/util/
H A DMapCollections.java148 public final int hashCode() { method in class:MapCollections.MapIterator
155 return (key == null ? 0 : key.hashCode()) ^
156 (value == null ? 0 : value.hashCode());
255 public int hashCode() { method in class:MapCollections.EntrySet
260 result += ( (key == null ? 0 : key.hashCode()) ^
261 (value == null ? 0 : value.hashCode()) );
345 public int hashCode() { method in class:MapCollections.KeySet
349 result += obj == null ? 0 : obj.hashCode();
H A DSize.java145 public int hashCode() { method in class:Size
/frameworks/base/core/tests/coretests/src/android/net/
H A DLinkAddressTest.java211 assertEquals(l1.hashCode(), l2.hashCode());
300 assertEquals(-982787, l.hashCode());
303 assertEquals(-971865, l.hashCode());
306 assertEquals(-982743, l.hashCode());
309 assertEquals(1076522926, l.hashCode());
312 assertEquals(1076523630, l.hashCode());
315 assertEquals(1076524846, l.hashCode());
/frameworks/base/location/java/android/location/
H A DCountry.java175 public int hashCode() { method in class:Country
179 hash = hash * 13 + mCountryIso.hashCode();
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java59 final int hashCode; field in class:PendingIntentRecord.Key
84 hash = (ODD_PRIME_NUMBER*hash) + _w.hashCode();
87 hash = (ODD_PRIME_NUMBER*hash) + _a.hashCode();
93 hash = (ODD_PRIME_NUMBER*hash) + requestResolvedType.hashCode();
95 hash = (ODD_PRIME_NUMBER*hash) + _p.hashCode();
97 hashCode = hash;
98 //Slog.i(ActivityManagerService.TAG, this + " hashCode=0x"
99 // + Integer.toHexString(hashCode));
159 public int hashCode() { method in class:PendingIntentRecord.Key
160 return hashCode;
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DSize.java170 public int hashCode() { method in class:Size
171 return val.hashCode();
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java146 public final int hashCode() { method in class:MapCollections.MapIterator
153 return (key == null ? 0 : key.hashCode()) ^
154 (value == null ? 0 : value.hashCode());
253 public int hashCode() { method in class:MapCollections.EntrySet
258 result += ( (key == null ? 0 : key.hashCode()) ^
259 (value == null ? 0 : value.hashCode()) );
343 public int hashCode() { method in class:MapCollections.KeySet
347 result += obj == null ? 0 : obj.hashCode();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAudioConfig.java53 public int hashCode() { method in class:BluetoothAudioConfig
H A DBluetoothMasInstance.java45 public int hashCode() { method in class:BluetoothMasInstance

Completed in 1709 milliseconds

1234567891011>>