Searched defs:search (Results 1 - 1 of 1) sorted by relevance

/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
H A DDictionaryProvider.java53 * Builds up a UriMatcher for search suggestion and shortcut refresh queries.
85 * the search query as the first element.
105 return search(selectionArgs[0]);
128 private Cursor search(String query) { method in class:DictionaryProvider

Completed in 742 milliseconds