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

/frameworks/base/core/java/android/content/
H A DIntent.java2531 * by {@link Intent#filterEquals(Intent) Intent.filterEquals} returning
5072 * simple calls to {@link Intent#filterEquals(Intent)} filterEquals()} and
5098 return mIntent.filterEquals(other);
5120 public boolean filterEquals(Intent other) { method in class:Intent
5195 * Generate hash code that matches semantics of filterEquals().
5200 * @see #filterEquals

Completed in 13 milliseconds