Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java563 @Nullable private Set<AutofillId> mEnteredForAugmentedAutofillIds; field in AutofillManager
1842 if (mEnteredForAugmentedAutofillIds != null in startSessionLocked()
1843 && mEnteredForAugmentedAutofillIds.contains(id) in startSessionLocked()
2176 if (mEnteredForAugmentedAutofillIds == null) { in notifyViewEnteredForAugmentedAutofill()
2177 mEnteredForAugmentedAutofillIds = new ArraySet<>(1); in notifyViewEnteredForAugmentedAutofill()
2179 mEnteredForAugmentedAutofillIds.add(id); in notifyViewEnteredForAugmentedAutofill()
2845 if (mEnteredForAugmentedAutofillIds != null) { in dump()
2847 pw.println(mEnteredForAugmentedAutofillIds); in dump()