Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:Settings

37 import android.provider.Settings;
38 import android.provider.Settings.System;
132 * search settings.
147 Log.e(TAG, "No web search settings activity");
151 Log.e(TAG, "More than one web search settings activity");
224 * Informs our listeners about the updated settings data.
239 return (Settings.System.getInt(context.getContentResolver(),
240 Settings.System.SHOW_WEB_SUGGESTIONS,
252 Settings.System.getUriFor(Settings.System.SHOW_WEB_SUGGESTIONS),
262 Intent settings = new Intent(SearchManager.INTENT_ACTION_SEARCH_SETTINGS);
263 settings.addFlags(Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET);
264 // Don't show activity chooser if there are multiple search settings activities,
266 settings.setPackage(context.getPackageName());
269 .setIntent(settings);