Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java90 private static final int ODD_PRIME_NUMBER = 37; field in PendingIntentRecord.Key
109 hash = (ODD_PRIME_NUMBER*hash) + _f; in Key()
110 hash = (ODD_PRIME_NUMBER*hash) + _r; in Key()
111 hash = (ODD_PRIME_NUMBER*hash) + _userId; in Key()
113 hash = (ODD_PRIME_NUMBER*hash) + _w.hashCode(); in Key()
116 hash = (ODD_PRIME_NUMBER*hash) + _a.hashCode(); in Key()
119 hash = (ODD_PRIME_NUMBER*hash) + requestIntent.filterHashCode(); in Key()
122 hash = (ODD_PRIME_NUMBER*hash) + requestResolvedType.hashCode(); in Key()
124 hash = (ODD_PRIME_NUMBER*hash) + (_p != null ? _p.hashCode() : 0); in Key()
125 hash = (ODD_PRIME_NUMBER*hash) + _t; in Key()