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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java279 private ArrayList<AuthorityEntry> mDataAuthorities = null;
465 mDataAuthorities = new ArrayList<AuthorityEntry>(o.mDataAuthorities);
895 public final static class AuthorityEntry { class in class:IntentFilter
901 public AuthorityEntry(String host, String port) { method in class:IntentFilter.AuthorityEntry
908 AuthorityEntry(Parcel src) { method in class:IntentFilter.AuthorityEntry
940 public boolean match(AuthorityEntry other) {
955 if (obj instanceof AuthorityEntry) {
956 final AuthorityEntry other = (AuthorityEntry)obj;
963 * Determine whether this AuthorityEntry matche
[all...]

Completed in 11 milliseconds