Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java106 private final @Nullable AutofillId[] mFillDialogTriggerIds; field in FillResponse
141 r.mFillDialogTriggerIds, in shallowCopy()
180 mFillDialogTriggerIds = fillDialogTriggerIds; in FillResponse()
208 mFillDialogTriggerIds = builder.mFillDialogTriggerIds; in FillResponse()
293 return mFillDialogTriggerIds; in getFillDialogTriggerIds()
391 private AutofillId[] mFillDialogTriggerIds; field in FillResponse.Builder
1077 mFillDialogTriggerIds = ids; in setFillDialogTriggerIds()
1193 if (mFillDialogTriggerIds != null) { in toString()
1195 .append(Arrays.toString(mFillDialogTriggerIds)); in toString()
1235 parcel.writeParcelableArray(mFillDialogTriggerIds, flags); in writeToParcel()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java660 @Nullable private List<AutofillId> mFillDialogTriggerIds; field in AutofillManager
2488 mFillDialogTriggerIds = null; in resetSessionLocked()
3498 mFillDialogTriggerIds = ids; in setFillDialogTriggerIds()
3581 || mFillDialogTriggerIds == null in shouldShowAutofillDialog()
3591 final int size = mFillDialogTriggerIds.size(); in shouldShowAutofillDialog()
3593 AutofillId fillId = mFillDialogTriggerIds.get(i); in shouldShowAutofillDialog()