Searched refs:mEnteredForAugmentedAutofillIds (Results 1 – 1 of 1) sorted by relevance
515 @Nullable private Set<AutofillId> mEnteredForAugmentedAutofillIds; field in AutofillManager1771 if (mEnteredForAugmentedAutofillIds != null in startSessionLocked()1772 && mEnteredForAugmentedAutofillIds.contains(id) in startSessionLocked()2093 if (mEnteredForAugmentedAutofillIds == null) { in notifyViewEnteredForAugmentedAutofill()2094 mEnteredForAugmentedAutofillIds = new ArraySet<>(1); in notifyViewEnteredForAugmentedAutofill()2096 mEnteredForAugmentedAutofillIds.add(id); in notifyViewEnteredForAugmentedAutofill()2718 if (mEnteredForAugmentedAutofillIds != null) { in dump()2720 pw.println(mEnteredForAugmentedAutofillIds); in dump()