Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java196 private static final int TEST_PWD_HISTORY_LENGTH = 3; field in SecurityLoggingTest
604 mDevicePolicyManager.setPasswordHistoryLength(getWho(), TEST_PWD_HISTORY_LENGTH); in generateLockingPolicyEvents() local