Searched refs:DisplaySoundFragment (Results 1 – 4 of 4) sorted by relevance
55 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()
54 class DisplaySoundFragment : SettingsPreferenceFragment(), DisplayManager.DisplayListener { class209 fun newInstance(): DisplaySoundFragment { in newInstance()210 return DisplaySoundFragment() in newInstance()
58 public class DisplaySoundFragment extends SettingsPreferenceFragment implements class77 public static DisplaySoundFragment newInstance() { in newInstance()78 return new DisplaySoundFragment(); in newInstance()
32 .newSettingsFragment(DisplaySoundFragment.class.getName(), null); in createSettingsFragment()