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 60 static final String PREF_AUTOFILL_ENABLED = "autofill_enabled";
BrowserSettings.java 668 return mPrefs.getBoolean(PREF_AUTOFILL_ENABLED, true);
672 mPrefs.edit().putBoolean(PREF_AUTOFILL_ENABLED, value).apply();
  /packages/apps/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java 212 autoFillSettings.setDependency(PreferenceKeys.PREF_AUTOFILL_ENABLED);

Completed in 31 milliseconds