[go: nahoru, domu]

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.java3734 * The supplied intent must {@link #filterEquals(Intent) match} one of the intents from
4573 * by {@link Intent#filterEquals(Intent) Intent.filterEquals} returning
6985 * {@link #filterEquals(Intent)} and {@link #filterHashCode()}. This is part of the
8194 * simple calls to {@link Intent#filterEquals(Intent)} filterEquals()} and
8220 return mIntent.filterEquals(other);
8242 public boolean filterEquals(Intent other) { method in class:Intent
8257 * Generate hash code that matches semantics of filterEquals().
8262 * @see #filterEquals
[all...]

Completed in 136 milliseconds