Searched refs:PASSWORD_COMPLEXITY_MEDIUM (Results 1 – 13 of 13) sorted by relevance
89 PasswordComplexity.PASSWORD_COMPLEXITY_MEDIUM,95 int PASSWORD_COMPLEXITY_MEDIUM = 0x30000; field
314 /* isPin= */ false, PasswordComplexity.PASSWORD_COMPLEXITY_MEDIUM)); in doInBackground()319 /* isPin= */ true, PasswordComplexity.PASSWORD_COMPLEXITY_MEDIUM)); in doInBackground()389 complexity = PasswordComplexity.PASSWORD_COMPLEXITY_MEDIUM; in doInBackground()467 complexity = PasswordComplexity.PASSWORD_COMPLEXITY_MEDIUM; in doInBackground()
21 import static android.app.admin.DevicePolicyManager.PASSWORD_COMPLEXITY_MEDIUM;158 assertEquals(PASSWORD_COMPLEXITY_MEDIUM, metricsForPin("1238").determineComplexity()); in testDetermineComplexity_mediumNumericComplex()163 assertEquals(PASSWORD_COMPLEXITY_MEDIUM, metricsForPassword("ab!c").determineComplexity()); in testDetermineComplexity_mediumAlphabetic()168 assertEquals(PASSWORD_COMPLEXITY_MEDIUM, metricsForPassword("ab!1").determineComplexity()); in testDetermineComplexity_mediumAlphanumeric()202 PASSWORD_COMPLEXITY_MEDIUM, sanitizeComplexityLevel(PASSWORD_COMPLEXITY_MEDIUM)); in testSanitizeComplexityLevel_medium()230 complexityLevelToMinQuality(PASSWORD_COMPLEXITY_MEDIUM)); in testComplexityLevelToMinQuality_medium()
22 import static android.app.admin.DevicePolicyManager.PASSWORD_COMPLEXITY_MEDIUM;128 case PASSWORD_COMPLEXITY_MEDIUM: in sanitizeComplexityLevel()369 case PASSWORD_COMPLEXITY_MEDIUM: in complexityLevelToMinQuality()402 BUCKET_MEDIUM(PASSWORD_COMPLEXITY_MEDIUM) { in BUCKET_MEDIUM() argument
2427 public static final int PASSWORD_COMPLEXITY_MEDIUM = 0x30000; field in DevicePolicyManager2472 PASSWORD_COMPLEXITY_MEDIUM,
43 COMPLEXITY_MEDIUM = 4; // If password complexity is PASSWORD_COMPLEXITY_MEDIUM
21 import static android.app.admin.DevicePolicyManager.PASSWORD_COMPLEXITY_MEDIUM;300 .thenReturn(PASSWORD_COMPLEXITY_MEDIUM); in testSetPin_nonCompliantWithComplexity()321 .thenReturn(PASSWORD_COMPLEXITY_MEDIUM); in testSetPin_compliantWithComplexity()
53 DevicePolicyManager.PASSWORD_COMPLEXITY_MEDIUM;
376 DevicePolicyManager.PASSWORD_COMPLEXITY_MEDIUM),
171 import static android.app.admin.DevicePolicyManager.PASSWORD_COMPLEXITY_MEDIUM;5463 PASSWORD_COMPLEXITY_MEDIUM, PASSWORD_COMPLEXITY_HIGH);
41 import static android.app.admin.DevicePolicyManager.PASSWORD_COMPLEXITY_MEDIUM;5568 parentDpm.setRequiredPasswordComplexity(PASSWORD_COMPLEXITY_MEDIUM); in testIsPasswordSufficientAfterProfileUnification()5723 dpm.setRequiredPasswordComplexity(PASSWORD_COMPLEXITY_MEDIUM); in isActivePasswordSufficient_SeparateWorkChallenge_ProfileComplexityRequirementMet()5867 parentDpm.setRequiredPasswordComplexity(PASSWORD_COMPLEXITY_MEDIUM); in isActivePasswordSufficient_UnifiedWorkChallenge_ParentComplexityRequirementMet()6932 assertThat(dpm.getPasswordComplexity()).isEqualTo(PASSWORD_COMPLEXITY_MEDIUM); in testGetPasswordComplexity_currentUserHasPassword()7617 PASSWORD_COMPLEXITY_MEDIUM, PASSWORD_COMPLEXITY_HIGH); in testSetRequiredPasswordComplexity_validValuesOnly()7632 PASSWORD_COMPLEXITY_MEDIUM, PASSWORD_COMPLEXITY_HIGH); in testSetRequiredPasswordComplexity_setAndGet()7651 PASSWORD_COMPLEXITY_MEDIUM, PASSWORD_COMPLEXITY_HIGH); in testSetRequiredPasswordComplexityOnParent_setAndGet()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
8404 field public static final int PASSWORD_COMPLEXITY_MEDIUM = 196608; // 0x30000