Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSuggestionProvider.java53 mUriMatcher = buildUriMatcher(getContext()); in onCreate()
118 private UriMatcher buildUriMatcher(Context context) { in buildUriMatcher() method in GoogleSuggestionProvider