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.java42 public class CaptionSettingsFragment extends BaseSettingsFragment { class
88 public static CaptionSettingsFragment newInstance() { in newInstance()
89 return new CaptionSettingsFragment(); in newInstance()
DCaptionSetupActivity.java29 .add(android.R.id.content, CaptionSettingsFragment.newInstance()) in onCreate()
DCaptionFragment.java233 .sendBroadcast(new Intent(CaptionSettingsFragment.ACTION_REFRESH_CAPTIONS_PREVIEW)); in setCaptionsStyle()