Home
last modified time | relevance | path

Searched refs:getLockPasswordIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DChooseLockGenericTest.java401 Intent intent = mFragment.getLockPasswordIntent(PASSWORD_QUALITY_COMPLEX); in updatePreferencesOrFinish_ComplexityIsReadFromDPM()
421 Intent passwordIntent = mFragment.getLockPasswordIntent(PASSWORD_QUALITY_COMPLEX); in updatePreferencesOrFinish_ComplexityIsMergedWithDPM()
443 Intent passwordIntent = mFragment.getLockPasswordIntent(PASSWORD_QUALITY_COMPLEX); in updatePreferencesOrFinish_ComplexityIsMergedWithDPM_AppIsHigher()
457 Intent passwordIntent = mFragment.getLockPasswordIntent(PASSWORD_QUALITY_ALPHABETIC); in getLockPasswordIntent_DevicePasswordRequirementOnly_PasswordComplexityPassedOn()
478 Intent passwordIntent = mFragment.getLockPasswordIntent(PASSWORD_QUALITY_ALPHABETIC); in getLockPasswordIntent_DevicePasswordRequirementOnly_PasswordQualityPassedOn()
496 Intent passwordIntent = mFragment.getLockPasswordIntent(PASSWORD_QUALITY_ALPHABETIC); in getLockPasswordIntent_DevicePasswordRequirementOnly_ComplexityAndQualityPassedOn()
/packages/apps/Settings/src/com/android/settings/password/
DSetupChooseLockGeneric.java202 protected Intent getLockPasswordIntent(int quality) { in getLockPasswordIntent() method in SetupChooseLockGeneric.SetupChooseLockGenericFragment
204 getContext(), super.getLockPasswordIntent(quality)); in getLockPasswordIntent()
DChooseLockGeneric.java793 protected Intent getLockPasswordIntent(int quality) { in getLockPasswordIntent() method in ChooseLockGeneric.ChooseLockGenericFragment
894 intent = getLockPasswordIntent(quality); in getIntentForUnlockMethod()