Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DResetPasswordWithTokenTest.java82 private static final byte[] BAD_TOKEN = "abcdefghijklmnopqrstuvwxyz012345678*".getBytes(); field in ResetPasswordWithTokenTest
126 … sDeviceState.dpc().componentName(), VALID_PIN, BAD_TOKEN, /* flags = */ 0)).isFalse(); in resetPasswordWithToken_badToken_failure() local