Home
last modified time | relevance | path

Searched refs:EncryptionInterstitialFragment (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DEncryptionInterstitial.java48 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, EncryptionInterstitialFragment.class.getName()); in getIntent()
54 return EncryptionInterstitialFragment.class.getName().equals(fragmentName); in isValidFragment()
66 public static class EncryptionInterstitialFragment extends SettingsPreferenceFragment class in EncryptionInterstitial
DSetupEncryptionInterstitial.java81 public static class SetupEncryptionInterstitialFragment extends EncryptionInterstitialFragment