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