Home
last modified time | relevance | path

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

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