Searched refs:TRANSLATION_MANAGER_SERVICE (Results 1 – 5 of 5) sorted by relevance
21 import static android.content.Context.TRANSLATION_MANAGER_SERVICE;330 publishBinderService(TRANSLATION_MANAGER_SERVICE, in onStart()
61 @SystemService(Context.TRANSLATION_MANAGER_SERVICE)
1178 registerService(Context.TRANSLATION_MANAGER_SERVICE, TranslationManager.class, in registerService() argument1183 IBinder b = ServiceManager.getService(Context.TRANSLATION_MANAGER_SERVICE); in registerService()1197 IBinder b = ServiceManager.getService(Context.TRANSLATION_MANAGER_SERVICE); in registerService()
4760 public static final String TRANSLATION_MANAGER_SERVICE = "translation"; field in Context
2340 field public static final String TRANSLATION_MANAGER_SERVICE = "translation";