Searched refs:mEnteredForAugmentedAutofillIds (Results 1 – 1 of 1) sorted by relevance
649 @Nullable private Set<AutofillId> mEnteredForAugmentedAutofillIds; field in AutofillManager2533 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()