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

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

Completed in 55 milliseconds