Home
last modified time | relevance | path

Searched refs:TranslationResponseCallbackImpl (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/translation/
DTranslator.java291 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 Translator
398 TranslationResponseCallbackImpl(Consumer<TranslationResponse> callback, Executor executor) { in TranslationResponseCallbackImpl() method in Translator.TranslationResponseCallbackImpl