Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java672 private boolean mForAugmentedAutofillOnly; field in AutofillManager
1776 if (mForAugmentedAutofillOnly) { in notifyViewVisibilityChangedInternal()
1895 if (mForAugmentedAutofillOnly && (flags & FLAG_MANUAL_REQUEST) != 0) { in notifyViewEnteredLocked()
1900 mForAugmentedAutofillOnly = false; in notifyViewEnteredLocked()
2543 + ", augmentedOnly=" + mForAugmentedAutofillOnly in startSessionLocked()
2550 if (mForAugmentedAutofillOnly && !mEnabledForAugmentedAutofillOnly in startSessionLocked()
2555 mForAugmentedAutofillOnly = false; in startSessionLocked()
2601 mForAugmentedAutofillOnly = true; in startSessionLocked()
2972 mForAugmentedAutofillOnly = true; in setState()
3680 … pw.print(pfx); pw.print("enabledAugmentedOnly: "); pw.println(mForAugmentedAutofillOnly); in dump()
[all …]