Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java4912 public void onFillReady(@NonNull FillResponse response, @NonNull AutofillId filledId, in onFillReady() argument
4951 if (ids != null && ArrayUtils.contains(ids, filledId)) { in onFillReady()
4952 if (requestShowFillDialog(response, filledId, filterText, flags)) { in onFillReady()
4983 getUiForShowing().showFillUi(filledId, response, filterText, in onFillReady()
5065 AutofillId filledId, String filterText, int flags) { in requestShowFillDialog() argument
5086 || !ArrayUtils.contains(mLastFillDialogTriggerIds, filledId)) { in requestShowFillDialog()
5099 getUiForShowing().showFillDialog(filledId, response, filterText, in requestShowFillDialog()