Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DSetupEncryptionInterstitial.java46 boolean requirePasswordDefault, Intent unlockMethodIntent) { in createStartIntent() argument
48 requirePasswordDefault, unlockMethodIntent); in createStartIntent()
DChooseLockGeneric.java259 Intent unlockMethodIntent = getIntentForUnlockMethod(quality, disabled); in maybeEnableEncryption() local
260 unlockMethodIntent.putExtra( in maybeEnableEncryption()
270 unlockMethodIntent); in maybeEnableEncryption()
586 boolean required, Intent unlockMethodIntent) { in getEncryptionInterstitialIntent() argument
588 unlockMethodIntent); in getEncryptionInterstitialIntent()
DEncryptionInterstitial.java58 boolean requirePasswordDefault, Intent unlockMethodIntent) { in createStartIntent() argument
63 .putExtra(EXTRA_UNLOCK_METHOD_INTENT, unlockMethodIntent); in createStartIntent()
DSetupChooseLockGeneric.java248 boolean required, Intent unlockMethodIntent) { in getEncryptionInterstitialIntent() argument
250 required, unlockMethodIntent); in getEncryptionInterstitialIntent()