Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java195 private static final int TEST_PWD_CHARS = 2; field in SecurityLoggingTest
568 mDevicePolicyManager.setPasswordMinimumLetters(getWho(), TEST_PWD_CHARS); in generatePasswordComplexityEvents() local
569 mDevicePolicyManager.setPasswordMinimumNonLetter(getWho(), TEST_PWD_CHARS); in generatePasswordComplexityEvents() local
570 mDevicePolicyManager.setPasswordMinimumUpperCase(getWho(), TEST_PWD_CHARS); in generatePasswordComplexityEvents() local
571 mDevicePolicyManager.setPasswordMinimumLowerCase(getWho(), TEST_PWD_CHARS); in generatePasswordComplexityEvents() local
572 mDevicePolicyManager.setPasswordMinimumNumeric(getWho(), TEST_PWD_CHARS); in generatePasswordComplexityEvents() local
573 mDevicePolicyManager.setPasswordMinimumSymbols(getWho(), TEST_PWD_CHARS); in generatePasswordComplexityEvents() local
599 expectedPayload[LETTERS_INDEX] = TEST_PWD_CHARS; in verifyPasswordComplexityEventsPresent()
601 expectedPayload[NON_LETTERS_INDEX] = TEST_PWD_CHARS; in verifyPasswordComplexityEventsPresent()
603 expectedPayload[UPPERCASE_INDEX] = TEST_PWD_CHARS; in verifyPasswordComplexityEventsPresent()
[all …]