Searched refs:URI_MATCHER (Results 1 – 1 of 1) sorted by relevance
172 static final UriMatcher URI_MATCHER = new UriMatcher(UriMatcher.NO_MATCH); field in BrowserProvider2187 final UriMatcher matcher = URI_MATCHER;493 final int match = URI_MATCHER.match(uri); in getType()544 final int match = URI_MATCHER.match(uri); in query()927 final int match = URI_MATCHER.match(uri); in deleteInTransaction()1056 int match = URI_MATCHER.match(uri); in insertInTransaction()1300 int match = URI_MATCHER.match(uri); in updateInTransaction()