Home
last modified time | relevance | path

Searched refs:AUTOFILL_RESET_OPTIONS_KEY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/autofill/
DAutofillResetOptionsPreferenceController.java36 private static final String AUTOFILL_RESET_OPTIONS_KEY = "autofill_reset_developer_options"; field in AutofillResetOptionsPreferenceController
44 return AUTOFILL_RESET_OPTIONS_KEY; in getPreferenceKey()
49 if (!TextUtils.equals(AUTOFILL_RESET_OPTIONS_KEY, preference.getKey())) { in handlePreferenceTreeClick()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/autofill/
DAutofillResetOptionsPreferenceController.java36 private static final String AUTOFILL_RESET_OPTIONS_KEY = "autofill_reset_developer_options"; field in AutofillResetOptionsPreferenceController
44 return AUTOFILL_RESET_OPTIONS_KEY; in getPreferenceKey()
49 if (!TextUtils.equals(AUTOFILL_RESET_OPTIONS_KEY, preference.getKey())) { in handlePreferenceTreeClick()