Searched refs:RedactionInterstitialFragment (Results 1 – 3 of 3) sorted by relevance
23 import com.android.settings.notification.RedactionInterstitial.RedactionInterstitialFragment;31 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, RedactionInterstitialFragment.class.getName()) in getIntent()41 return RedactionInterstitialFragment.class.getName().equals(fragmentName); in isValidFragment()
53 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, RedactionInterstitialFragment.class.getName()); in getIntent()59 return RedactionInterstitialFragment.class.getName().equals(fragmentName); in isValidFragment()80 public static class RedactionInterstitialFragment extends SettingsPreferenceFragment class in RedactionInterstitial
69 public static class SetupRedactionInterstitialFragment extends RedactionInterstitialFragment