Searched refs:USE_GOOGLE_COM_PREF (Results 1 – 2 of 2) sorted by relevance
58 public static final String USE_GOOGLE_COM_PREF = "use_google_com"; field in SearchSettingsImpl182 return getSearchPreferences().getBoolean(USE_GOOGLE_COM_PREF, true); in shouldUseGoogleCom()187 storeBoolean(USE_GOOGLE_COM_PREF, useGoogleCom); in setUseGoogleCom()
172 if (SearchSettingsImpl.USE_GOOGLE_COM_PREF.equals(key)) { in onSharedPreferenceChanged()