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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java255 private ArrayList<AuthorityEntry> mDataAuthorities = null;
418 mDataAuthorities = new ArrayList<AuthorityEntry>(o.mDataAuthorities);
654 public final static class AuthorityEntry { class in class:IntentFilter
660 public AuthorityEntry(String host, String port) { method in class:IntentFilter.AuthorityEntry
667 AuthorityEntry(Parcel src) { method in class:IntentFilter.AuthorityEntry
690 public boolean match(AuthorityEntry other) {
704 * Determine whether this AuthorityEntry matches the given data Uri.
859 addDataAuthority(new AuthorityEntry(host.intern(), port));
863 public final void addDataAuthority(AuthorityEntry ent) {
865 new ArrayList<AuthorityEntry>();
[all...]

Completed in 55 milliseconds