Searched refs:response (Results 1 – 8 of 8) sorted by relevance
102 FillResponse response; in onFillRequest() local117 response = new FillResponse.Builder() in onFillRequest()120 response = createResponse(this, fields, mNumberDatasets,mAuthenticateDatasets); in onFillRequest()124 callback.onSuccess(response); in onFillRequest()259 FillResponse.Builder response = new FillResponse.Builder(); in createResponse() local276 response.addDataset(lockedDataset.build()); in createResponse()278 response.addDataset(unlockedDataset); in createResponse()286 response.setSaveInfo( in createResponse()291 return response.build(); in createResponse()
82 FillResponse.Builder response = new FillResponse.Builder(); in onFillRequest() local99 response.addDataset(dataset.build()); in onFillRequest()106 response.setSaveInfo( in onFillRequest()111 callback.onSuccess(response.build()); in onFillRequest()
78 FillResponse response = in onYes() local80 replyIntent.putExtra(EXTRA_AUTHENTICATION_RESULT, response); in onYes()
156 FillResponse response = mResponseAdapter.buildResponse(sender, remoteViews); in fetchDataAndGenerateResponse() local157 if (response != null) { in fetchDataAndGenerateResponse()158 callback.onSuccess(response); in fetchDataAndGenerateResponse()171 FillResponse response = mResponseAdapter.buildManualResponse(sender, in fetchDataAndGenerateResponse() local173 if (response != null) { in fetchDataAndGenerateResponse()174 callback.onSuccess(response); in fetchDataAndGenerateResponse()177 FillResponse response = mResponseAdapter.buildResponse( in fetchDataAndGenerateResponse() local179 callback.onSuccess(response); in fetchDataAndGenerateResponse()
119 @NonNull Response<DalCheck> response) { in checkValid()120 DalCheck dalCheck = response.body(); in checkValid()131 @NonNull Response<DalCheck> response) { in checkValid()132 DalCheck dalCheck = response.body(); in checkValid()
68 … val response = AutofillHelper.newResponse(this, datasetAuth, autofillFields, clientFormDataMap) in onFillRequest() constant69 callback.onSuccess(response) in onFillRequest()
14 when the network response is ready should the work return to the main thread to update
23 the response received in a callback to