Home
last modified time | relevance | path

Searched defs:TRANSLATION_MANAGER_SERVICE (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1195 registerService(Context.TRANSLATION_MANAGER_SERVICE, TranslationManager.class, in registerService()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java5268 public static final String TRANSLATION_MANAGER_SERVICE = "translation"; field in Context