Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
DTunerSessionWorker.java169 private boolean mCaptionEnabled; field in TunerSessionWorker
217 mCaptionEnabled = captioningManager.isEnabled(); in TunerSessionWorker()
735 if (mCaptionEnabled && mCaptionTrack != null) { in handleMessage()
781 mCaptionEnabled = (boolean) msg.obj; in handleMessage()
782 if (mCaptionEnabled) { in handleMessage()
969 if (mCaptionEnabled && mCaptionTrack != null) { in startCaptionTrack()