Searched refs:PASSWORD_COMPLEXITY_LOW (Results 1 – 4 of 4) sorted by relevance
20 import static android.app.admin.DevicePolicyManager.PASSWORD_COMPLEXITY_LOW;206 assertEquals(PASSWORD_COMPLEXITY_LOW, in testDetermineComplexity_lowSomething()212 assertEquals(PASSWORD_COMPLEXITY_LOW, in testDetermineComplexity_lowNumeric()218 assertEquals(PASSWORD_COMPLEXITY_LOW, in testDetermineComplexity_lowNumericComplex()224 assertEquals(PASSWORD_COMPLEXITY_LOW, in testDetermineComplexity_lowAlphabetic()230 assertEquals(PASSWORD_COMPLEXITY_LOW, in testDetermineComplexity_lowAlphanumeric()278 assertEquals(PASSWORD_COMPLEXITY_LOW, sanitizeComplexityLevel(PASSWORD_COMPLEXITY_LOW)); in testSanitizeComplexityLevel_low()306 complexityLevelToMinQuality(PASSWORD_COMPLEXITY_LOW)); in testComplexityLevelToMinQuality_low()
20 import static android.app.admin.DevicePolicyManager.PASSWORD_COMPLEXITY_LOW;460 PASSWORD_COMPLEXITY_LOW,
1482 public static final int PASSWORD_COMPLEXITY_LOW = 0x10000; field in DevicePolicyManager1524 PASSWORD_COMPLEXITY_LOW,
6944 field public static final int PASSWORD_COMPLEXITY_LOW = 65536; // 0x10000