Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java277 registerService(Context.CAPTIONING_SERVICE, CaptioningManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java4083 public static final String CAPTIONING_SERVICE = "captioning"; field in Context