Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/translation/
H A DUiTranslationManager.java384 private ULocale mSourceLocale; field in UiTranslationManager.UiTranslationStateRemoteCallback
403 mSourceLocale = bundle.getSerializable(EXTRA_SOURCE_LOCALE, ULocale.class); in onStateChange()
405 mCallback.onStarted(mSourceLocale, mTargetLocale, packageName); in onStateChange()
408 mCallback.onResumed(mSourceLocale, mTargetLocale, packageName); in onStateChange()