Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java673 private boolean mShouldEnableAutofillOnAllViewTypes; field in AutofillManager
879 mShouldEnableAutofillOnAllViewTypes = in AutofillManager()
1125 if (view.isImportantForAutofill() || mShouldEnableAutofillOnAllViewTypes) { in isAutofillable()