Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java4398 public void onFillReady(@NonNull FillResponse response, @NonNull AutofillId filledId, in onFillReady() argument
4440 if (ids != null && ArrayUtils.contains(ids, filledId)) { in onFillReady()
4441 if (requestShowFillDialog(response, filledId, filterText, flags)) { in onFillReady()
4485 getUiForShowing().showFillUi(filledId, response, filterText, in onFillReady()
4571 AutofillId filledId, String filterText, int flags) { in requestShowFillDialog() argument
4592 || !ArrayUtils.contains(mLastFillDialogTriggerIds, filledId)) { in requestShowFillDialog()
4605 getUiForShowing().showFillDialog(filledId, response, filterText, in requestShowFillDialog()