package android.content; public class UriMatcher { public UriMatcher(int code) {} public void addURI(String authority, String path, int code) {} }