Searched refs:TranslationResponseCallbackImpl (Results 1 – 1 of 1) sorted by relevance
290 new TranslationResponseCallbackImpl(callback, executor); in translate()333 new TranslationResponseCallbackImpl(callback, executor); in translate()383 new TranslationResponseCallbackImpl(callback, executor); in requestUiTranslate()392 private static class TranslationResponseCallbackImpl extends ITranslationCallback.Stub { class in Translator397 TranslationResponseCallbackImpl(Consumer<TranslationResponse> callback, Executor executor) { in TranslationResponseCallbackImpl() method in Translator.TranslationResponseCallbackImpl