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.java69 private static Callback sSetCaptionEnabledCallback = null; field in MockTvInputService
169 sSetCaptionEnabledCallback = new Callback(postTarget, successCallback); in expectSetCaptionEnabled()
170 sSetCaptionEnabledCallback.getBundle().putBoolean(CAPTION_ENABLED, enabled); in expectSetCaptionEnabled()
403 if (sSetCaptionEnabledCallback != null) { in onSetCaptionEnabled()
404 Bundle bundle = sSetCaptionEnabledCallback.getBundle(); in onSetCaptionEnabled()
406 sSetCaptionEnabledCallback.post(); in onSetCaptionEnabled()
407 sSetCaptionEnabledCallback = null; in onSetCaptionEnabled()