Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DSettingsSearchIndexablesProviderTest.java155 mProvider.refreshSearchEnabledState(mContext, in refreshSearchEnabledState_classNotFoundInCategoryMap_hasInjectionRawData()
165 mProvider.refreshSearchEnabledState(mContext, in refreshSearchEnabledState_noDashboardCategory_hasInjectionRawData()
173 mProvider.refreshSearchEnabledState(mContext, in refreshSearchEnabledState_pageSearchEnabled_hasInjectionRawData()
181 mProvider.refreshSearchEnabledState(mContext, in refreshSearchEnabledState_pageSearchDisable_noInjectionRawData()
/packages/apps/Settings/src/com/android/settings/search/
DSettingsSearchIndexablesProvider.java185 refreshSearchEnabledState(context, (BaseSearchIndexProvider) provider); in queryDynamicRawData()
427 void refreshSearchEnabledState(Context context, BaseSearchIndexProvider provider) { in refreshSearchEnabledState() method in SettingsSearchIndexablesProvider