Searched refs:PreferenceKeys (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBrowserYesNoPreference.java39 if (PreferenceKeys.PREF_PRIVACY_CLEAR_CACHE.equals(getKey())) {
42 } else if (PreferenceKeys.PREF_PRIVACY_CLEAR_COOKIES.equals(getKey())) {
44 } else if (PreferenceKeys.PREF_PRIVACY_CLEAR_HISTORY.equals(getKey())) {
46 } else if (PreferenceKeys.PREF_PRIVACY_CLEAR_FORM_DATA.equals(getKey())) {
48 } else if (PreferenceKeys.PREF_PRIVACY_CLEAR_PASSWORDS.equals(getKey())) {
50 } else if (PreferenceKeys.PREF_RESET_DEFAULT_PREFERENCES.equals(
54 } else if (PreferenceKeys.PREF_PRIVACY_CLEAR_GEOLOCATION_ACCESS.equals(
H A DPreferenceKeys.java19 public interface PreferenceKeys { interface
H A DAutofillHandler.java89 PreferenceKeys.PREF_AUTOFILL_ACTIVE_PROFILE_ID,
227 ed.putInt(PreferenceKeys.PREF_AUTOFILL_ACTIVE_PROFILE_ID, activeProfileId);
H A DBrowserSettings.java61 PreferenceKeys {
H A DController.java1158 if (PreferenceKeys.PREF_PRIVACY_CLEAR_HISTORY.equals(action)) {
/packages/apps/Browser/src/com/android/browser/preferences/
H A DAdvancedPreferencesFragment.java20 import com.android.browser.PreferenceKeys;
49 PreferenceKeys.PREF_WEBSITE_SETTINGS);
52 Preference e = findPreference(PreferenceKeys.PREF_DEFAULT_ZOOM);
56 .getString(PreferenceKeys.PREF_DEFAULT_ZOOM, null)) );
58 e = findPreference(PreferenceKeys.PREF_DEFAULT_TEXT_ENCODING);
61 e = findPreference(PreferenceKeys.PREF_RESET_DEFAULT_PREFERENCES);
64 e = findPreference(PreferenceKeys.PREF_SEARCH_ENGINE);
68 e = findPreference(PreferenceKeys.PREF_PLUGIN_STATE);
86 PreferenceKeys.PREF_WEBSITE_SETTINGS);
115 if (pref.getKey().equals(PreferenceKeys
[all...]
H A DAccessibilityPreferencesFragment.java26 import com.android.browser.PreferenceKeys;
46 Preference e = findPreference(PreferenceKeys.PREF_MIN_FONT_SIZE);
49 e = findPreference(PreferenceKeys.PREF_TEXT_ZOOM);
52 e = findPreference(PreferenceKeys.PREF_DOUBLE_TAP_ZOOM);
55 e = findPreference(PreferenceKeys.PREF_INVERTED_CONTRAST);
104 if (PreferenceKeys.PREF_MIN_FONT_SIZE.equals(pref.getKey())) {
108 if (PreferenceKeys.PREF_TEXT_ZOOM.equals(pref.getKey())) {
113 if (PreferenceKeys.PREF_DOUBLE_TAP_ZOOM.equals(pref.getKey())) {
118 if (PreferenceKeys.PREF_INVERTED_CONTRAST.equals(pref.getKey())) {
H A DBandwidthPreferencesFragment.java26 import com.android.browser.PreferenceKeys;
45 if (!sharedPrefs.contains(PreferenceKeys.PREF_DATA_PRELOAD)) {
48 PreferenceKeys.PREF_DATA_PRELOAD);
53 if (!sharedPrefs.contains(PreferenceKeys.PREF_LINK_PREFETCH)) {
56 PreferenceKeys.PREF_LINK_PREFETCH);
H A DDebugPreferencesFragment.java26 import com.android.browser.PreferenceKeys;
38 Preference e = findPreference(PreferenceKeys.PREF_RESET_PRELOGIN);
44 if (PreferenceKeys.PREF_RESET_PRELOGIN.equals(preference.getKey())) {
H A DPrivacySecurityPreferencesFragment.java19 import com.android.browser.PreferenceKeys;
38 Preference e = findPreference(PreferenceKeys.PREF_PRIVACY_CLEAR_HISTORY);
49 if (pref.getKey().equals(PreferenceKeys.PREF_PRIVACY_CLEAR_HISTORY)
H A DLabPreferencesFragment.java24 import com.android.browser.PreferenceKeys;
H A DGeneralPreferencesFragment.java40 import com.android.browser.PreferenceKeys;
211 (PreferenceScreen)findPreference(PreferenceKeys.PREF_AUTOFILL_PROFILE);
212 autoFillSettings.setDependency(PreferenceKeys.PREF_AUTOFILL_ENABLED);

Completed in 67 milliseconds