Home
last modified time | relevance | path

Searched refs:hashValue (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DNgramContext.java228 int hashValue = 0; in hashCode() local
233 hashValue ^= wordInfo.hashCode(); in hashCode()
235 return hashValue; in hashCode()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java1655 @Nullable String focusKey, @Nullable String focusId, int hashValue) { in computeAudioKeyValue() argument
1671 final long id = Hashing.farmHashFingerprint64().hashString(key + hashValue, in computeAudioKeyValue()