Searched refs:mAugmentedAutofillableIds (Results 1 – 1 of 1) sorted by relevance
285 private ArrayList<AutofillId> mAugmentedAutofillableIds; field in Session2420 if ((flags & FLAG_MANUAL_REQUEST) == 0 && mAugmentedAutofillableIds != null in updateLocked()2421 && mAugmentedAutofillableIds.contains(id)) { in updateLocked()2712 mAugmentedAutofillableIds = autofillableIds; in processNullResponseLocked()3117 if (mAugmentedAutofillableIds != null) { in dumpLocked()3119 pw.println(mAugmentedAutofillableIds); in dumpLocked()