|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.content.UriMatcher
public class UriMatcher
| Field Summary | |
|---|---|
static int |
NO_MATCH
|
| Constructor Summary | |
|---|---|
UriMatcher(int code)
|
|
| Method Summary | |
|---|---|
void |
addURI(java.lang.String authority,
java.lang.String path,
int code)
|
int |
match(Uri uri)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NO_MATCH
| Constructor Detail |
|---|
public UriMatcher(int code)
| Method Detail |
|---|
public void addURI(java.lang.String authority,
java.lang.String path,
int code)
public int match(Uri uri)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||