Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/PasswordComplexity/src/com.android.cts.passwordcomplexity/
DGetPasswordComplexityTest.java50 assertPasswordComplexity(PASSWORD_COMPLEXITY_NONE); in getPasswordComplexity_none()
56 assertPasswordComplexity(PASSWORD_COMPLEXITY_HIGH); in getPasswordComplexity_alphanumeric6_high()
62 assertPasswordComplexity(PASSWORD_COMPLEXITY_MEDIUM); in getPasswordComplexity_alphanumeric5_medium()
68 assertPasswordComplexity(PASSWORD_COMPLEXITY_MEDIUM); in getPasswordComplexity_alphanumeric4_medium()
74 assertPasswordComplexity(PASSWORD_COMPLEXITY_HIGH); in getPasswordComplexity_alphabetic6_high()
80 assertPasswordComplexity(PASSWORD_COMPLEXITY_MEDIUM); in getPasswordComplexity_alphabetic5_medium()
86 assertPasswordComplexity(PASSWORD_COMPLEXITY_MEDIUM); in getPasswordComplexity_alphabetic4_medium()
92 assertPasswordComplexity(PASSWORD_COMPLEXITY_HIGH); in getPasswordComplexity_numericComplex8_high()
98 assertPasswordComplexity(PASSWORD_COMPLEXITY_MEDIUM); in getPasswordComplexity_numericComplex7_medium()
104 assertPasswordComplexity(PASSWORD_COMPLEXITY_MEDIUM); in getPasswordComplexity_numericComplex4_medium()
[all …]