File
Doc
Category
Size
Date
Package
UriMatcher.java
API Doc
Android 5.1 API
364
Sat Mar 14 14:09:42 GMT 2015
android.content
UriMatcher
java.lang.Object
public class UriMatcher extends Object
Fields Summary
public static final int
NO_MATCH
Constructors Summary
public UriMatcher
(
int
code)
throw new RuntimeException("Stub!");
Methods Summary
public void
addURI
(
java.lang.String
authority,
java.lang.String
path,
int
code)
throw new RuntimeException("Stub!");
public
int
match
(
android.net.Uri
uri)
throw new RuntimeException("Stub!");
Java Code Source