Searched refs:passwordType (Results 1 – 2 of 2) sorted by relevance
551 int passwordType, LockscreenCredential userEnteredPassword, in assertPasswordValidationResult() argument553 Intent intent = createIntentForPasswordValidation(minMetrics, minComplexity, passwordType); in assertPasswordValidationResult()570 int passwordType) { in createIntentForPasswordValidation() argument573 intent.putExtra(PASSWORD_TYPE_KEY, passwordType); in createIntentForPasswordValidation()
137 public IntentBuilder setPasswordType(int passwordType) { in setPasswordType() argument138 mIntent.putExtra(LockPatternUtils.PASSWORD_TYPE_KEY, passwordType); in setPasswordType()