Searched refs:mGlobalSearchSupport (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java498 private final GlobalSearchSupport mGlobalSearchSupport; field in class:LegacyApiSupport
519 mGlobalSearchSupport = globalSearchSupport;
1877 return mGlobalSearchSupport.handleSearchSuggestionsQuery(db, uri, limit);
1881 return mGlobalSearchSupport.handleSearchShortcutRefresh(db, lookupKey, projection);
H A DContactsProvider2.java1822 private GlobalSearchSupport mGlobalSearchSupport; field in class:ContactsProvider2
1860 mGlobalSearchSupport = new GlobalSearchSupport(this);
1861 mLegacyApiSupport = new LegacyApiSupport(context, mDbHelper, this, mGlobalSearchSupport);
4647 return mGlobalSearchSupport.handleSearchSuggestionsQuery(db, uri, limit);
4652 return mGlobalSearchSupport.handleSearchShortcutRefresh(db, lookupKey, projection);

Completed in 17 milliseconds