Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DResetPasswordWithTokenTest.java79 private static final byte[] TOKEN = "abcdefghijklmnopqrstuvwxyz0123456789".getBytes(); field in ResetPasswordWithTokenTest
123 dpc(sDeviceState).componentName(), VALID_PIN, TOKEN, /* flags = */ 0)).isTrue(); in resetPasswordWithToken_validPasswordAndToken_success() local
152 dpc(sDeviceState).componentName(), /* password = */ null, TOKEN, /* flags = */ 0); in resetPasswordWithToken_noPassword_deviceIsNotSecure() local
169 dpc(sDeviceState).componentName(), VALID_PIN, TOKEN, /* flags = */ 0); in resetPasswordWithToken_password_deviceIsSecure() local
198 … dpc(sDeviceState).componentName(), NOT_COMPLEX_PIN, TOKEN, /* flags = */ 0)).isFalse(); in resetPasswordWithToken_passwordDoesNotSatisfyRestriction_failure() local
225 dpc(sDeviceState).componentName(), COMPLEX_PASSWORD_WITH_SYMBOL_LENGTH_7, TOKEN, in resetPasswordWithToken_passwordSatisfiesRestriction_success() local
244 dpc(sDeviceState).componentName(), VALID_PIN, TOKEN, /* flags = */ 0); in resetPasswordWithToken_validPasswordAndToken_logged() local
329 COMPLEX_PASSWORD_WITH_SYMBOL_LENGTH_7, TOKEN, /* flags = */ 0); in isActivePasswordSufficient_passwordNoLongerSatisfiesRestriction_false() local
846 … dpc(sDeviceState).componentName(), VALID_PIN, TOKEN, /* flags = */ 0)).isFalse(); in clearResetPasswordToken_passwordTokenIsResetAndUnableToSetNewPassword() local
1015 dpc(sDeviceState).componentName(), password, TOKEN, /* flags = */ 0)).isTrue(); in assertPasswordSucceeds() local
[all …]
DDeviceManagementCoexistenceTest.java141 private static final byte[] TOKEN = "abcdefghijklmnopqrstuvwxyz0123456789".getBytes(); field in DeviceManagementCoexistenceTest
280 dpc(sDeviceState).componentName(), TOKEN); in getDevicePolicyState_resetPasswordTokenSet_returnsPolicy() local
940 dpc(sDeviceState).componentName(), TOKEN); in resetPasswordTokenSet_serialisation_loadsPolicy() local
1179 dpc(sDeviceState).componentName(), TOKEN); in multiplePoliciesSet_serialisation_loadsPolicies() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DUnavailableSecureLockScreenTest.java29 private static final byte[] TOKEN = "abcdefghijklmnopqrstuvwxyz0123456789".getBytes(); field in UnavailableSecureLockScreenTest
/cts/tests/credentials/src/android/credentials/cts/unittests/selection/
DCancelSelectionRequestTest.java48 private static final IBinder TOKEN = new Binder(); field in CancelSelectionRequestTest
DRequestInfoTest.java60 private static final IBinder TOKEN = new Binder(); field in RequestInfoTest
DIntentHelperTest.java76 private static final IBinder TOKEN = new Binder(); field in IntentHelperTest
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java37 private static final String TOKEN = "asdlkjfslkjfdklj"; field in StaticAccountAuthenticator
44 sAccountBundle.putString(AccountManager.KEY_AUTHTOKEN, TOKEN); in sAccountBundle.putString() argument
/cts/hostsidetests/appcloning/test-apps/AppCloningContactsSharingApps/CloneProfileAppWithLaunchableActivity/src/com/android/cts/launchable/cloneprofile/contacts/app/
DTestAccountAuthenticator.java33 private static final String TOKEN = "random_token_string"; field in TestAccountAuthenticator
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DChoreographerTest.java57 private static final Object TOKEN = new Object(); field in ChoreographerTest
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DSatelliteManagerTestBase.java99 protected static final String TOKEN = "TEST_TOKEN"; field in SatelliteManagerTestBase