Searched refs:VALID_PIN (Results 1 – 1 of 1) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | ResetPasswordWithTokenTest.java | 67 private static final String VALID_PIN = NOT_COMPLEX_PIN; field in ResetPasswordWithTokenTest 115 … sDeviceState.dpc().componentName(), VALID_PIN, TOKEN, /* flags = */ 0)).isTrue(); in resetPasswordWithToken_validPasswordAndToken_success() local 126 … sDeviceState.dpc().componentName(), VALID_PIN, BAD_TOKEN, /* flags = */ 0)).isFalse(); in resetPasswordWithToken_badToken_failure() local 146 sDeviceState.dpc().componentName(), VALID_PIN, TOKEN, /* flags = */ 0); in resetPasswordWithToken_password_deviceIsSecure() local 216 sDeviceState.dpc().componentName(), VALID_PIN, TOKEN, /* flags = */ 0); in resetPasswordWithToken_validPasswordAndToken_logged() local 813 … sDeviceState.dpc().componentName(), VALID_PIN, TOKEN, /* flags = */ 0)).isFalse(); in clearResetPasswordToken_passwordTokenIsResetAndUnableToSetNewPassword() local
|