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

/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java72 private boolean filterEquals(IntentFilter f1, IntentFilter f2) { method in class:IntentResolver
154 if (filterEquals(cur, matching)) {
179 if (filterEquals(cur, matching)) {
/frameworks/base/core/java/android/content/
H A DIntent.java3881 * by {@link Intent#filterEquals(Intent) Intent.filterEquals} returning
5824 * {@link #filterEquals(Intent)} and {@link #filterHashCode()}. This is part of the
7029 * simple calls to {@link Intent#filterEquals(Intent)} filterEquals()} and
7055 return mIntent.filterEquals(other);
7077 public boolean filterEquals(Intent other) { method in class:Intent
7092 * Generate hash code that matches semantics of filterEquals().
7097 * @see #filterEquals

Completed in 88 milliseconds