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

/frameworks/base/core/java/android/content/
H A DIntent.java3305 * by {@link Intent#filterEquals(Intent) Intent.filterEquals} returning
5033 * {@link #filterEquals(Intent)} and {@link #filterHashCode()}. This is part of the
6199 * simple calls to {@link Intent#filterEquals(Intent)} filterEquals()} and
6225 return mIntent.filterEquals(other);
6247 public boolean filterEquals(Intent other) { method in class:Intent
6322 * Generate hash code that matches semantics of filterEquals().
6327 * @see #filterEquals

Completed in 18 milliseconds