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.java81 private static final byte[] TOKEN = "abcdefghijklmnopqrstuvwxyz0123456789".getBytes(); field in ResetPasswordWithTokenTest
115 … sDeviceState.dpc().componentName(), VALID_PIN, TOKEN, /* flags = */ 0)).isTrue(); in resetPasswordWithToken_validPasswordAndToken_success() local
134 sDeviceState.dpc().componentName(), /* password = */ null, TOKEN, /* flags = */ 0); in resetPasswordWithToken_noPassword_deviceIsNotSecure() local
146 sDeviceState.dpc().componentName(), VALID_PIN, TOKEN, /* flags = */ 0); in resetPasswordWithToken_password_deviceIsSecure() local
175 … sDeviceState.dpc().componentName(), NOT_COMPLEX_PIN, TOKEN, /* flags = */ 0)).isFalse(); in resetPasswordWithToken_passwordDoesNotSatisfyRestriction_failure() local
202 … sDeviceState.dpc().componentName(), COMPLEX_PASSWORD_WITH_SYMBOL_LENGTH_7, TOKEN, in resetPasswordWithToken_passwordSatisfiesRestriction_success() local
216 sDeviceState.dpc().componentName(), VALID_PIN, TOKEN, /* flags = */ 0); in resetPasswordWithToken_validPasswordAndToken_logged() local
301 COMPLEX_PASSWORD_WITH_SYMBOL_LENGTH_7, TOKEN, /* flags = */ 0); in isActivePasswordSufficient_passwordNoLongerSatisfiesRestriction_false() local
813 … sDeviceState.dpc().componentName(), VALID_PIN, TOKEN, /* flags = */ 0)).isFalse(); in clearResetPasswordToken_passwordTokenIsResetAndUnableToSetNewPassword() local
982 sDeviceState.dpc().componentName(), password, TOKEN, /* flags = */ 0)).isTrue(); in assertPasswordSucceeds() local
[all …]
DDeviceManagementCoexistenceTest.java127 private static final byte[] TOKEN = "abcdefghijklmnopqrstuvwxyz0123456789".getBytes(); field in DeviceManagementCoexistenceTest
266 sDeviceState.dpc().componentName(), TOKEN); in getDevicePolicyState_resetPasswordTokenSet_returnsPolicy() local
904 sDeviceState.dpc().componentName(), TOKEN); in resetPasswordTokenSet_serialisation_loadsPolicy() local
1143 sDeviceState.dpc().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.java75 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.java79 protected static final String TOKEN = "TEST_TOKEN"; field in SatelliteManagerTestBase