Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/translation/
H A DTranslator.java63 private final TranslationContext mTranslationContext; field in Translator
176 mTranslationContext = translationContext; in Translator()
184 mSystemServerBinder.onSessionCreated(mTranslationContext, mId, in Translator()
201 mTranslationContext = translationContext; in Translator()
214 mSystemServerBinder.onSessionCreated(mTranslationContext, mId, in start()
249 return mTranslationContext; in getTranslationContext()
259 pw.print(prefix); pw.print("translationContext: "); pw.println(mTranslationContext); in dump()