Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java649 @Nullable private Set<AutofillId> mEnteredForAugmentedAutofillIds; field in AutofillManager
2533 if (mEnteredForAugmentedAutofillIds != null in startSessionLocked()
2534 && mEnteredForAugmentedAutofillIds.contains(id) in startSessionLocked()
2877 if (mEnteredForAugmentedAutofillIds == null) { in notifyViewEnteredForAugmentedAutofill()
2878 mEnteredForAugmentedAutofillIds = new ArraySet<>(1); in notifyViewEnteredForAugmentedAutofill()
2880 mEnteredForAugmentedAutofillIds.add(id); in notifyViewEnteredForAugmentedAutofill()
3697 if (mEnteredForAugmentedAutofillIds != null) { in dump()
3699 pw.println(mEnteredForAugmentedAutofillIds); in dump()