Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DResetPasswordWithTokenTest.java66 private static final String NOT_COMPLEX_PIN = "1234"; field in ResetPasswordWithTokenTest
67 private static final String VALID_PIN = NOT_COMPLEX_PIN;
71 private static final String NUMERIC_PIN_LENGTH_4 = NOT_COMPLEX_PIN;
175 … sDeviceState.dpc().componentName(), NOT_COMPLEX_PIN, TOKEN, /* flags = */ 0)).isFalse(); in resetPasswordWithToken_passwordDoesNotSatisfyRestriction_failure() local
233 TestApis.users().instrumented().setPin(NOT_COMPLEX_PIN); in isActivePasswordSufficient_passwordDoesNotSatisfyRestriction_false()
961 sDeviceState.dpc().componentName(), NOT_COMPLEX_PIN, TOKEN, 0)); in resetPasswordWithToken_notPermitted_throwsSecurityException()
DPasswordComplexityTest.java80 private static final String NOT_COMPLEX_PIN = "1234"; field in PasswordComplexityTest
85 private static final String NUMERIC_PIN_LENGTH_4 = NOT_COMPLEX_PIN;