Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DSetupEncryptionInterstitial.java29 public class SetupEncryptionInterstitial extends EncryptionInterstitial { class
35 startIntent.setClass(ctx, SetupEncryptionInterstitial.class); in createStartIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSetupEncryptionInterstitial.java31 public class SetupEncryptionInterstitial extends EncryptionInterstitial { class
37 startIntent.setClass(ctx, SetupEncryptionInterstitial.class); in createStartIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DSetupChooseLockGeneric.java43 import com.android.car.developeroptions.SetupEncryptionInterstitial;
225 Intent intent = SetupEncryptionInterstitial.createStartIntent(context, quality, in getEncryptionInterstitialIntent()
/packages/apps/Settings/src/com/android/settings/password/
DSetupChooseLockGeneric.java43 import com.android.settings.SetupEncryptionInterstitial;
231 Intent intent = SetupEncryptionInterstitial.createStartIntent(context, quality, in getEncryptionInterstitialIntent()