android.content
Class IntentFilter.AuthorityEntry
java.lang.Object
android.content.IntentFilter.AuthorityEntry
- Enclosing class:
- IntentFilter
public static final class IntentFilter.AuthorityEntry
- extends Object
This is an entry for a single authority in the Iterator returned by
IntentFilter.authoritiesIterator().
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntentFilter.AuthorityEntry
public IntentFilter.AuthorityEntry(String host,
String port)
IntentFilter.AuthorityEntry
IntentFilter.AuthorityEntry(Parcel src)
writeToParcel
void writeToParcel(Parcel dest)
getHost
public String getHost()
getPort
public int getPort()
match
public int match(Uri data)
Please submit a feedback, bug or feature