Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DSubtitleController.java104 (CaptioningManager)context.getSystemService(Context.CAPTIONING_SERVICE); in SubtitleController()
DTtmlRenderer.java705 Context.CAPTIONING_SERVICE); in TtmlRenderingWidget()
DClosedCaptionRenderer.java1122 mManager = (CaptioningManager) context.getSystemService(Context.CAPTIONING_SERVICE); in ClosedCaptionWidget()
DWebVttRenderer.java1165 mManager = (CaptioningManager) context.getSystemService(Context.CAPTIONING_SERVICE); in WebVttRenderingWidget()
/frameworks/base/core/java/android/content/
DContext.java2093 CAPTIONING_SERVICE,
2347 public static final String CAPTIONING_SERVICE = "captioning"; field in Context
/frameworks/base/core/java/android/app/
DContextImpl.java358 registerService(CAPTIONING_SERVICE, new ServiceFetcher() { in registerService() argument
/frameworks/base/api/
Dcurrent.txt7206 field public static final java.lang.String CAPTIONING_SERVICE = "captioning";