Home
last modified time | relevance | path

Searched defs:TEST_PWD_LENGTH (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java193 private static final int TEST_PWD_LENGTH = 10; field in SecurityLoggingTest
567 mDevicePolicyManager.setPasswordMinimumLength(getWho(), TEST_PWD_LENGTH); in generatePasswordComplexityEvents() local