Searched refs:sUriMatcherV1 (Results 1 – 1 of 1) sorted by relevance
67 private static final UriMatcher sUriMatcherV1 = new UriMatcher(NO_MATCH); field in DictionaryProvider71 sUriMatcherV1.addURI(DictionaryPackConstants.AUTHORITY, "list", DICTIONARY_V1_WHOLE_LIST); in sUriMatcherV1.addURI()72 sUriMatcherV1.addURI(DictionaryPackConstants.AUTHORITY, "*", DICTIONARY_V1_DICT_INFO); in sUriMatcherV1.addURI()171 case 1: return sUriMatcherV1.match(uri); in matchUri()