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

/frameworks/base/services/java/com/android/server/am/
H A DPendingIntentRecord.java59 private static final int ODD_PRIME_NUMBER = 37; field in class:PendingIntentRecord.Key
77 hash = (ODD_PRIME_NUMBER*hash) + _f;
78 hash = (ODD_PRIME_NUMBER*hash) + _r;
79 hash = (ODD_PRIME_NUMBER*hash) + _userId;
81 hash = (ODD_PRIME_NUMBER*hash) + _w.hashCode();
84 hash = (ODD_PRIME_NUMBER*hash) + _a.hashCode();
87 hash = (ODD_PRIME_NUMBER*hash) + requestIntent.filterHashCode();
90 hash = (ODD_PRIME_NUMBER*hash) + requestResolvedType.hashCode();
92 hash = (ODD_PRIME_NUMBER*hash) + _p.hashCode();
93 hash = (ODD_PRIME_NUMBER*has
[all...]

Completed in 66 milliseconds