Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DMockTvInputService.java68 private static Callback sSetCaptionEnabledCallback = null; field in MockTvInputService
158 sSetCaptionEnabledCallback = new Callback(postTarget, successCallback); in expectSetCaptionEnabled()
159 sSetCaptionEnabledCallback.getBundle().putBoolean(CAPTION_ENABLED, enabled); in expectSetCaptionEnabled()
381 if (sSetCaptionEnabledCallback != null) { in onSetCaptionEnabled()
382 Bundle bundle = sSetCaptionEnabledCallback.getBundle(); in onSetCaptionEnabled()
384 sSetCaptionEnabledCallback.post(); in onSetCaptionEnabled()
385 sSetCaptionEnabledCallback = null; in onSetCaptionEnabled()