Home
last modified time | relevance | path

Searched refs:buildUriMatcher (Results 1 – 1 of 1) sorted by relevance

/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DDictionaryProvider.java50 private static final UriMatcher sURIMatcher = buildUriMatcher();
55 private static UriMatcher buildUriMatcher() { in buildUriMatcher() method in DictionaryProvider