Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionSettingsFragment.java40 public class CaptionSettingsFragment extends BaseSettingsFragment { class
86 public static CaptionSettingsFragment newInstance() { in newInstance()
87 return new CaptionSettingsFragment(); in newInstance()
DCaptionSetupActivity.java28 .add(android.R.id.content, CaptionSettingsFragment.newInstance()) in onCreate()
DCaptionFragment.java234 .sendBroadcast(new Intent(CaptionSettingsFragment.ACTION_REFRESH_CAPTIONS_PREVIEW)); in setCaptionsStyle()