Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DEncryptionInterstitial.java60 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, EncryptionInterstitialFragment.class.getName()); in getIntent()
72 return EncryptionInterstitialFragment.class.getName().equals(fragmentName); in isValidFragment()
90 public static class EncryptionInterstitialFragment extends InstrumentedFragment { class in EncryptionInterstitial
288 EncryptionInterstitialFragment fragment = in onClick()
289 (EncryptionInterstitialFragment) getParentFragment(); in onClick()
DSetupEncryptionInterstitial.java54 public static class SetupEncryptionInterstitialFragment extends EncryptionInterstitialFragment {
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DEncryptionInterstitial.java60 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, EncryptionInterstitialFragment.class.getName()); in getIntent()
72 return EncryptionInterstitialFragment.class.getName().equals(fragmentName); in isValidFragment()
91 public static class EncryptionInterstitialFragment extends InstrumentedFragment { class in EncryptionInterstitial
289 EncryptionInterstitialFragment fragment = in onClick()
290 (EncryptionInterstitialFragment) getParentFragment(); in onClick()
DSetupEncryptionInterstitial.java63 public static class SetupEncryptionInterstitialFragment extends EncryptionInterstitialFragment {