Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java509 private ArrayList<AutofillId> mAugmentedAutofillableIds; field in Session
630 mAugmentedAutofillableIds = null; in onSwitchInputMethodLocked()
4671 if (mAugmentedAutofillableIds != null && mAugmentedAutofillableIds.contains( in updateLocked()
5531 mAugmentedAutofillableIds = autofillableIds; in processNullResponseLocked()
6506 if (mAugmentedAutofillableIds != null) { in dumpLocked()
6508 pw.println(mAugmentedAutofillableIds); in dumpLocked()