Searched refs:fillResponse (Results 1 – 2 of 2) sorted by relevance
132 FillResponse.Builder fillResponse = new FillResponse.Builder(); in handleRequest() local134 fillResponse.setIgnoredIds(response.mIgnoredIds); in handleRequest()137 callback.onSuccess(fillResponse.addDataset(dataset.build()).build()); in handleRequest()
45 void onFillReady(@NonNull FillResponse fillResponse, @NonNull AutofillId focusedId, in onFillReady() argument