Searched defs:filterEquals (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java73 private boolean filterEquals(IntentFilter f1, IntentFilter f2) { method in class:IntentResolver
155 if (filterEquals(cur, matching)) {
180 if (filterEquals(cur, matching)) {
/frameworks/base/core/java/android/content/
H A DIntent.java3419 * The supplied intent must {@link #filterEquals(Intent) match} one of the intents from
4170 * by {@link Intent#filterEquals(Intent) Intent.filterEquals} returning
6123 * {@link #filterEquals(Intent)} and {@link #filterHashCode()}. This is part of the
7332 * simple calls to {@link Intent#filterEquals(Intent)} filterEquals()} and
7358 return mIntent.filterEquals(other);
7380 public boolean filterEquals(Intent other) { method in class:Intent
7395 * Generate hash code that matches semantics of filterEquals().
7400 * @see #filterEquals
[all...]

Completed in 1743 milliseconds