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.java62 private static final int ODD_PRIME_NUMBER = 37; field in PendingIntentRecord.Key
80 hash = (ODD_PRIME_NUMBER*hash) + _f; in Key()
81 hash = (ODD_PRIME_NUMBER*hash) + _r; in Key()
82 hash = (ODD_PRIME_NUMBER*hash) + _userId; in Key()
84 hash = (ODD_PRIME_NUMBER*hash) + _w.hashCode(); in Key()
87 hash = (ODD_PRIME_NUMBER*hash) + _a.hashCode(); in Key()
90 hash = (ODD_PRIME_NUMBER*hash) + requestIntent.filterHashCode(); in Key()
93 hash = (ODD_PRIME_NUMBER*hash) + requestResolvedType.hashCode(); in Key()
95 hash = (ODD_PRIME_NUMBER*hash) + _p.hashCode(); in Key()
96 hash = (ODD_PRIME_NUMBER*hash) + _t; in Key()