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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java503 private final GlobalSearchSupport mGlobalSearchSupport; field in class:LegacyApiSupport
524 mGlobalSearchSupport = globalSearchSupport;
1877 return mGlobalSearchSupport.handleSearchSuggestionsQuery(
1883 return mGlobalSearchSupport.handleSearchShortcutRefresh(
H A DContactsProvider2.java1432 private GlobalSearchSupport mGlobalSearchSupport; field in class:ContactsProvider2
1504 mGlobalSearchSupport = new GlobalSearchSupport(this);
1596 new LegacyApiSupport(context, mContactsHelper, this, mGlobalSearchSupport);
6380 return mGlobalSearchSupport.handleSearchSuggestionsQuery(
6388 return mGlobalSearchSupport.handleSearchShortcutRefresh(

Completed in 44 milliseconds