Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java707 private boolean mShouldEnableAutofillOnAllViewTypes; field in AutofillManager
929 mShouldEnableAutofillOnAllViewTypes = in AutofillManager()
1196 if (view.isImportantForAutofill() || mShouldEnableAutofillOnAllViewTypes) { in isAutofillable()