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.java59 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, EncryptionInterstitialFragment.class.getName()); in getIntent()
71 return EncryptionInterstitialFragment.class.getName().equals(fragmentName); in isValidFragment()
89 public static class EncryptionInterstitialFragment extends InstrumentedFragment { class in EncryptionInterstitial
295 EncryptionInterstitialFragment fragment = in onClick()
296 (EncryptionInterstitialFragment) getParentFragment(); in onClick()
DSetupEncryptionInterstitial.java54 public static class SetupEncryptionInterstitialFragment extends EncryptionInterstitialFragment {