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

/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java98 hash = (ODD_PRIME_NUMBER*hash) + requestIntent.filterHashCode();
/frameworks/base/core/java/android/content/
H A DIntent.java6123 * {@link #filterEquals(Intent)} and {@link #filterHashCode()}. This is part of the
7333 * {@link android.content.Intent#filterHashCode()} filterHashCode()}
7342 mHashCode = intent.filterHashCode();
7402 public int filterHashCode() { method in class:Intent

Completed in 382 milliseconds