Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DSetupEncryptionInterstitial.java32 boolean requirePasswordDefault, Intent unlockMethodIntent) { in createStartIntent() argument
34 requirePasswordDefault, unlockMethodIntent); in createStartIntent()
DEncryptionInterstitial.java76 boolean requirePasswordDefault, Intent unlockMethodIntent) { in createStartIntent() argument
81 .putExtra(EXTRA_UNLOCK_METHOD_INTENT, unlockMethodIntent); in createStartIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSetupEncryptionInterstitial.java34 boolean requirePasswordDefault, Intent unlockMethodIntent) { in createStartIntent() argument
36 requirePasswordDefault, unlockMethodIntent); in createStartIntent()
DEncryptionInterstitial.java76 boolean requirePasswordDefault, Intent unlockMethodIntent) { in createStartIntent() argument
81 .putExtra(EXTRA_UNLOCK_METHOD_INTENT, unlockMethodIntent); in createStartIntent()
/packages/apps/Settings/src/com/android/settings/password/
DChooseLockGeneric.java358 Intent unlockMethodIntent = getIntentForUnlockMethod(quality); in maybeEnableEncryption() local
359 unlockMethodIntent.putExtra( in maybeEnableEncryption()
369 unlockMethodIntent); in maybeEnableEncryption()
722 boolean required, Intent unlockMethodIntent) { in getEncryptionInterstitialIntent() argument
724 unlockMethodIntent); in getEncryptionInterstitialIntent()
DSetupChooseLockGeneric.java230 boolean required, Intent unlockMethodIntent) { in getEncryptionInterstitialIntent() argument
232 required, unlockMethodIntent); in getEncryptionInterstitialIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DChooseLockGeneric.java350 Intent unlockMethodIntent = getIntentForUnlockMethod(quality); in maybeEnableEncryption() local
351 unlockMethodIntent.putExtra( in maybeEnableEncryption()
361 unlockMethodIntent); in maybeEnableEncryption()
711 boolean required, Intent unlockMethodIntent) { in getEncryptionInterstitialIntent() argument
713 unlockMethodIntent); in getEncryptionInterstitialIntent()
DSetupChooseLockGeneric.java224 boolean required, Intent unlockMethodIntent) { in getEncryptionInterstitialIntent() argument
226 required, unlockMethodIntent); in getEncryptionInterstitialIntent()