Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DDisplaySoundFragment.java37 public class DisplaySoundFragment extends SettingsPreferenceFragment { class
43 public static DisplaySoundFragment newInstance() { in newInstance()
44 return new DisplaySoundFragment(); in newInstance()
DAdvancedVolumeFragment.java60 public static DisplaySoundFragment newInstance() { in newInstance()
61 return new DisplaySoundFragment(); in newInstance()
DDisplaySoundActivity.java32 .newSettingsFragment(DisplaySoundFragment.class.getName(), null); in createSettingsFragment()