Searched refs:mDisplayEnabled (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionSetupActivity.java54 private boolean mDisplayEnabled; field in class:CaptionSetupActivity
191 mDisplayEnabled = mCaptioningManager.isEnabled();
284 int statusResource = mDisplayEnabled ?
293 ActionType.CAPTIONS_DISPLAY.name()), mResources, mDisplayEnabled));
295 ActionType.CAPTIONS_DISPLAY.name()), mResources, ! mDisplayEnabled));
599 mDisplayEnabled = enabled;

Completed in 99 milliseconds