Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchSettingsImpl.java58 public static final String USE_GOOGLE_COM_PREF = "use_google_com"; field in SearchSettingsImpl
182 return getSearchPreferences().getBoolean(USE_GOOGLE_COM_PREF, true); in shouldUseGoogleCom()
187 storeBoolean(USE_GOOGLE_COM_PREF, useGoogleCom); in setUseGoogleCom()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DSearchBaseUrlHelper.java172 if (SearchSettingsImpl.USE_GOOGLE_COM_PREF.equals(key)) { in onSharedPreferenceChanged()