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.java502 @Nullable private Set<AutofillId> mEnteredForAugmentedAutofillIds; field in AutofillManager
1713 if (mEnteredForAugmentedAutofillIds != null in startSessionLocked()
1714 && mEnteredForAugmentedAutofillIds.contains(id) in startSessionLocked()
1972 if (mEnteredForAugmentedAutofillIds == null) { in notifyViewEnteredForAugmentedAutofill()
1973 mEnteredForAugmentedAutofillIds = new ArraySet<>(1); in notifyViewEnteredForAugmentedAutofill()
1975 mEnteredForAugmentedAutofillIds.add(id); in notifyViewEnteredForAugmentedAutofill()
2511 if (mEnteredForAugmentedAutofillIds != null) { in dump()
2513 pw.println(mEnteredForAugmentedAutofillIds); in dump()