Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/
H A DSetupEncryptionInterstitial.java45 SetupEncryptionInterstitialFragment.class.getName()); in getIntent()
51 return SetupEncryptionInterstitialFragment.class.getName().equals(fragmentName); in isValidFragment()
54 public static class SetupEncryptionInterstitialFragment extends EncryptionInterstitialFragment { class in SetupEncryptionInterstitial