Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionFragment.java44 public class CaptionFragment extends SettingsPreferenceFragment implements class
67 public static CaptionFragment newInstance() { in newInstance()
68 return new CaptionFragment(); in newInstance()
H A DCaptionSettingsFragment.java141 startPreferenceFragment(CaptionFragment.newInstance()); in onPreferenceStartInitialScreen()