Searched refs:sMatcher (Results 1 – 3 of 3) sorted by relevance
29 private static final UriMatcher sMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in DragSourceContentProvider34 sMatcher.addURI(AUTHORITY, "data/#", URI_DATA); in sMatcher.addURI()45 switch (sMatcher.match(uri)) { in query()
41 private static UriMatcher sMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in DummyProvider58 sMatcher.addURI(AUTHORITY, null, MATCH_NAME_VALUE); in sMatcher.addURI()59 sMatcher.addURI(AUTHORITY, MOCK_OPERATION, MATCH_MOCK_OPERATION); in sMatcher.addURI()128 switch (sMatcher.match(uri)) { in getTableName()
36 private static UriMatcher sMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in DummyJobContentProvider48 sMatcher.addURI(AUTHORITY, null, MATCH_NAME_VALUE); in sMatcher.addURI()117 switch (sMatcher.match(uri)) { in getTableName()