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.java98 private static final int ODD_PRIME_NUMBER = 37; field in PendingIntentRecord.Key
117 hash = (ODD_PRIME_NUMBER*hash) + _f; in Key()
118 hash = (ODD_PRIME_NUMBER*hash) + _r; in Key()
119 hash = (ODD_PRIME_NUMBER*hash) + _userId; in Key()
121 hash = (ODD_PRIME_NUMBER*hash) + _w.hashCode(); in Key()
124 hash = (ODD_PRIME_NUMBER*hash) + _a.hashCode(); in Key()
127 hash = (ODD_PRIME_NUMBER*hash) + requestIntent.filterHashCode(); in Key()
130 hash = (ODD_PRIME_NUMBER*hash) + requestResolvedType.hashCode(); in Key()
132 hash = (ODD_PRIME_NUMBER*hash) + (_p != null ? _p.hashCode() : 0); in Key()
133 hash = (ODD_PRIME_NUMBER*hash) + _t; in Key()