Searched refs:ODD_PRIME_NUMBER (Results 1 – 1 of 1) sorted by relevance
77 private static final int ODD_PRIME_NUMBER = 37; field in PendingIntentRecord.Key95 hash = (ODD_PRIME_NUMBER*hash) + _f; in Key()96 hash = (ODD_PRIME_NUMBER*hash) + _r; in Key()97 hash = (ODD_PRIME_NUMBER*hash) + _userId; in Key()99 hash = (ODD_PRIME_NUMBER*hash) + _w.hashCode(); in Key()102 hash = (ODD_PRIME_NUMBER*hash) + _a.hashCode(); in Key()105 hash = (ODD_PRIME_NUMBER*hash) + requestIntent.filterHashCode(); in Key()108 hash = (ODD_PRIME_NUMBER*hash) + requestResolvedType.hashCode(); in Key()110 hash = (ODD_PRIME_NUMBER*hash) + (_p != null ? _p.hashCode() : 0); in Key()111 hash = (ODD_PRIME_NUMBER*hash) + _t; in Key()