| java.lang.Object | |
| ↳ | android.content.IntentFilter.AuthorityEntry |
This is an entry for a single authority in the Iterator returned by
authoritiesIterator()
.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
|
|
|
||||||||||
|
|
Determine whether this AuthorityEntry matches the given data Uri.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
Determine whether this AuthorityEntry matches the given data Uri. Note that this comparison is case-sensitive, unlike formal RFC host names. You thus should always normalize to lower-case.
| data | The Uri to match. |
|---|
NO_MATCH_DATA
,
MATCH_CATEGORY_PORT
, or
MATCH_CATEGORY_HOST
.