Searched defs:unlockMethodIntent (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DSetupEncryptionInterstitial.java34 boolean requirePasswordDefault, Intent unlockMethodIntent) {
36 requirePasswordDefault, unlockMethodIntent);
33 createStartIntent(Context ctx, int quality, boolean requirePasswordDefault, Intent unlockMethodIntent) argument
H A DEncryptionInterstitial.java72 boolean requirePasswordDefault, Intent unlockMethodIntent) {
77 .putExtra(EXTRA_UNLOCK_METHOD_INTENT, unlockMethodIntent);
71 createStartIntent(Context ctx, int quality, boolean requirePasswordDefault, Intent unlockMethodIntent) argument
/packages/apps/Settings/src/com/android/settings/password/
H A DSetupChooseLockGeneric.java190 boolean required, Intent unlockMethodIntent) {
192 required, unlockMethodIntent);
189 getEncryptionInterstitialIntent(Context context, int quality, boolean required, Intent unlockMethodIntent) argument
H A DChooseLockGeneric.java308 Intent unlockMethodIntent = getIntentForUnlockMethod(quality);
309 unlockMethodIntent.putExtra(
319 unlockMethodIntent);
618 boolean required, Intent unlockMethodIntent) {
620 unlockMethodIntent);
617 getEncryptionInterstitialIntent(Context context, int quality, boolean required, Intent unlockMethodIntent) argument

Completed in 160 milliseconds