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

/frameworks/base/core/java/android/content/
H A DIntent.java3621 * by {@link Intent#filterEquals(Intent) Intent.filterEquals} returning
5388 * {@link #filterEquals(Intent)} and {@link #filterHashCode()}. This is part of the
6554 * simple calls to {@link Intent#filterEquals(Intent)} filterEquals()} and
6580 return mIntent.filterEquals(other);
6602 public boolean filterEquals(Intent other) { method in class:Intent
6677 * Generate hash code that matches semantics of filterEquals().
6682 * @see #filterEquals

Completed in 1452 milliseconds