Searched refs:resultBundle (Results 1 – 2 of 2) sorted by relevance
205 public void onSuccess(Bundle resultBundle) in wrapWithValidation() argument208 sanitizeResponseParams(resultBundle); in wrapWithValidation()209 streamingResponseCallback.onSuccess(resultBundle); in wrapWithValidation()211 inferenceInfoStore.addInferenceInfoFromBundle(resultBundle); in wrapWithValidation()212 resourceClosingExecutor.execute(() -> tryCloseResource(resultBundle)); in wrapWithValidation()255 public void onSuccess(Bundle resultBundle)258 sanitizeResponseParams(resultBundle);259 responseCallback.onSuccess(resultBundle);261 inferenceInfoStore.addInferenceInfoFromBundle(resultBundle);262 resourceClosingExecutor.execute(() -> tryCloseResource(resultBundle));
13 void onSuccess(in Bundle resultBundle) = 1; field