Searched refs:DeveloperOptionsFragment (Results 1 – 3 of 3) sorted by relevance
102 hasExtra(EXTRA_FRAGMENT, DeveloperOptionsFragment.class.getName()))); in testSettings_developerOptionsTap_launchesActivityWithFragment()124 .putExtra(EXTRA_FRAGMENT, DeveloperOptionsFragment.class.getName()); in testSettings_developerOptionsFragmentIntent()
68 : Collections.singletonList(DeveloperOptionsFragment.class.getName());
80 public class DeveloperOptionsFragment extends PreferenceFragmentCompat { class