Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/password/
DSetupChooseLockGeneric.java208 protected Intent getLockPasswordIntent(int quality) { in getLockPasswordIntent() method in SetupChooseLockGeneric.SetupChooseLockGenericFragment
210 getContext(), super.getLockPasswordIntent(quality)); in getLockPasswordIntent()
280 protected Intent getLockPasswordIntent(int quality) { in getLockPasswordIntent() method in SetupChooseLockGeneric.InternalActivity.InternalSetupChooseLockGenericFragment
282 getContext(), super.getLockPasswordIntent(quality)); in getLockPasswordIntent()
DChooseLockGeneric.java737 protected Intent getLockPasswordIntent(int quality) { in getLockPasswordIntent() method in ChooseLockGeneric.ChooseLockGenericFragment
836 intent = getLockPasswordIntent(quality); in getIntentForUnlockMethod()
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DChooseLockGenericTest.java443 Intent intent = mFragment.getLockPasswordIntent(PASSWORD_QUALITY_COMPLEX); in updatePreferencesOrFinish_ComplexityIsReadFromDPM()
463 Intent passwordIntent = mFragment.getLockPasswordIntent(PASSWORD_QUALITY_COMPLEX); in updatePreferencesOrFinish_ComplexityIsMergedWithDPM()
485 Intent passwordIntent = mFragment.getLockPasswordIntent(PASSWORD_QUALITY_COMPLEX); in updatePreferencesOrFinish_ComplexityIsMergedWithDPM_AppIsHigher()
499 Intent passwordIntent = mFragment.getLockPasswordIntent(PASSWORD_QUALITY_ALPHABETIC); in getLockPasswordIntent_DevicePasswordRequirementOnly_PasswordComplexityPassedOn()
520 Intent passwordIntent = mFragment.getLockPasswordIntent(PASSWORD_QUALITY_ALPHABETIC); in getLockPasswordIntent_DevicePasswordRequirementOnly_PasswordQualityPassedOn()
538 Intent passwordIntent = mFragment.getLockPasswordIntent(PASSWORD_QUALITY_ALPHABETIC); in getLockPasswordIntent_DevicePasswordRequirementOnly_ComplexityAndQualityPassedOn()