Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillClientController.java56 public static final String AUTOFILL_RESET_NEEDED = "@android:autofillResetNeeded"; field in AutofillClientController
102 mAutoFillResetNeeded = savedInstanceState.getBoolean(AUTOFILL_RESET_NEEDED, false); in onActivityCreated()
203 outState.putBoolean(AUTOFILL_RESET_NEEDED, true); in onSaveInstanceState()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt1298 Landroid/app/Activity;->AUTOFILL_RESET_NEEDED:Ljava/lang/String;