Searched refs:TranslationResponseCallbackImpl (Results 1 – 1 of 1) sorted by relevance
291 new TranslationResponseCallbackImpl(callback, executor); in translate()334 new TranslationResponseCallbackImpl(callback, executor); in translate()384 new TranslationResponseCallbackImpl(callback, executor); in requestUiTranslate()393 private static class TranslationResponseCallbackImpl extends ITranslationCallback.Stub { class in Translator398 TranslationResponseCallbackImpl(Consumer<TranslationResponse> callback, Executor executor) { in TranslationResponseCallbackImpl() method in Translator.TranslationResponseCallbackImpl