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

  /packages/apps/Browser/src/com/android/browser/
PreferenceKeys.java 61 static final String PREF_AUTOFILL_ENABLED = "autofill_enabled";
BrowserSettings.java 712 return mPrefs.getBoolean(PREF_AUTOFILL_ENABLED, true);
716 mPrefs.edit().putBoolean(PREF_AUTOFILL_ENABLED, value).apply();
    [all...]
  /packages/apps/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java 212 autoFillSettings.setDependency(PreferenceKeys.PREF_AUTOFILL_ENABLED);

Completed in 630 milliseconds