Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java638 private boolean mForAugmentedAutofillOnly; field in AutofillManager
1678 if (mForAugmentedAutofillOnly) { in notifyViewVisibilityChangedInternal()
1788 if (mForAugmentedAutofillOnly && (flags & FLAG_MANUAL_REQUEST) != 0) { in notifyViewEnteredLocked()
1793 mForAugmentedAutofillOnly = false; in notifyViewEnteredLocked()
2379 + ", augmentedOnly=" + mForAugmentedAutofillOnly in startSessionLocked()
2386 if (mForAugmentedAutofillOnly && !mEnabledForAugmentedAutofillOnly in startSessionLocked()
2391 mForAugmentedAutofillOnly = false; in startSessionLocked()
2437 mForAugmentedAutofillOnly = true; in startSessionLocked()
2800 mForAugmentedAutofillOnly = true; in setState()
3380 pw.print(pfx); pw.print("enabledAugmentedOnly: "); pw.println(mForAugmentedAutofillOnly); in dump()
[all …]