Searched refs:sMatcher (Results 1 – 1 of 1) sorted by relevance
58 private static final UriMatcher sMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in RecentsProvider68 sMatcher.addURI(AUTHORITY, "recent", URI_RECENT); in sMatcher.addURI()70 sMatcher.addURI(AUTHORITY, "state/*/*/*", URI_STATE); in sMatcher.addURI()72 sMatcher.addURI(AUTHORITY, "resume/*", URI_RESUME); in sMatcher.addURI()180 switch (sMatcher.match(uri)) { in query()210 switch (sMatcher.match(uri)) { in insert()