FileDocCategorySizeDatePackage
UriMatcher.javaAPI DocAndroid 5.1 API364Sat Mar 14 14:09:42 GMT 2015android.content

UriMatcher

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 voidaddURI(java.lang.String authority, java.lang.String path, int code)

 throw new RuntimeException("Stub!"); 
public intmatch(android.net.Uri uri)

 throw new RuntimeException("Stub!");