HomeSort by relevance Sort by last modified time
    Searched refs:unlockMethodIntent (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/
SetupEncryptionInterstitial.java 42 boolean requirePasswordDefault, Intent unlockMethodIntent) {
44 requirePasswordDefault, unlockMethodIntent);
EncryptionInterstitial.java 65 boolean requirePasswordDefault, Intent unlockMethodIntent) {
70 .putExtra(EXTRA_UNLOCK_METHOD_INTENT, unlockMethodIntent);
SetupChooseLockGeneric.java 239 boolean required, Intent unlockMethodIntent) {
241 required, unlockMethodIntent);
ChooseLockGeneric.java 256 Intent unlockMethodIntent = getIntentForUnlockMethod(quality, disabled);
257 unlockMethodIntent.putExtra(
267 unlockMethodIntent);
583 boolean required, Intent unlockMethodIntent) {
585 unlockMethodIntent);
    [all...]

Completed in 76 milliseconds