HomeSort by relevance Sort by last modified time
    Searched refs:PreferenceKeys (Results 1 - 12 of 12) sorted by null

  /packages/apps/Browser/src/com/android/browser/
BrowserYesNoPreference.java 39 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(
PreferenceKeys.java 19 public interface PreferenceKeys {
AutofillHandler.java 89 PreferenceKeys.PREF_AUTOFILL_ACTIVE_PROFILE_ID,
227 ed.putInt(PreferenceKeys.PREF_AUTOFILL_ACTIVE_PROFILE_ID, activeProfileId);
BrowserSettings.java 61 PreferenceKeys {
    [all...]
Controller.java     [all...]
  /packages/apps/Browser/src/com/android/browser/preferences/
AdvancedPreferencesFragment.java 20 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.PREF_DEFAULT_ZOOM))
    [all...]
AccessibilityPreferencesFragment.java 26 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())) {
BandwidthPreferencesFragment.java 26 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);
DebugPreferencesFragment.java 26 import com.android.browser.PreferenceKeys;
38 Preference e = findPreference(PreferenceKeys.PREF_RESET_PRELOGIN);
44 if (PreferenceKeys.PREF_RESET_PRELOGIN.equals(preference.getKey())) {
PrivacySecurityPreferencesFragment.java 19 import com.android.browser.PreferenceKeys;
38 Preference e = findPreference(PreferenceKeys.PREF_PRIVACY_CLEAR_HISTORY);
49 if (pref.getKey().equals(PreferenceKeys.PREF_PRIVACY_CLEAR_HISTORY)
LabPreferencesFragment.java 24 import com.android.browser.PreferenceKeys;
GeneralPreferencesFragment.java 40 import com.android.browser.PreferenceKeys;
211 (PreferenceScreen)findPreference(PreferenceKeys.PREF_AUTOFILL_PROFILE);
212 autoFillSettings.setDependency(PreferenceKeys.PREF_AUTOFILL_ENABLED);

Completed in 331 milliseconds