Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/displaysound/
DDisplaySoundFragmentTest.java55 DisplaySoundFragment fragment = in testNoSystemPreferredDisplayMode_hidesDisplayModeSetting()
69 DisplaySoundFragment fragment = in testWithSystemPreferredDisplayMode_showsDisplayModeSetting()
77 private DisplaySoundFragment createDisplaySoundFragmentWith( in createDisplaySoundFragmentWith()
86 DisplaySoundFragment fragment = spy(DisplaySoundFragment.class); in createDisplaySoundFragmentWith()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DDisplaySoundFragment.kt54 class DisplaySoundFragment : SettingsPreferenceFragment(), DisplayManager.DisplayListener { class
209 fun newInstance(): DisplaySoundFragment { in newInstance()
210 return DisplaySoundFragment() in newInstance()
DDisplaySoundFragment.java58 public class DisplaySoundFragment extends SettingsPreferenceFragment implements class
77 public static DisplaySoundFragment newInstance() { in newInstance()
78 return new DisplaySoundFragment(); in newInstance()
DDisplaySoundActivity.java32 .newSettingsFragment(DisplaySoundFragment.class.getName(), null); in createSettingsFragment()