/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | ResetPasswordWithTokenTest.java | 81 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 …]
|
D | DeviceManagementCoexistenceTest.java | 127 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/ |
D | UnavailableSecureLockScreenTest.java | 29 private static final byte[] TOKEN = "abcdefghijklmnopqrstuvwxyz0123456789".getBytes(); field in UnavailableSecureLockScreenTest
|
/cts/tests/credentials/src/android/credentials/cts/unittests/selection/ |
D | CancelSelectionRequestTest.java | 48 private static final IBinder TOKEN = new Binder(); field in CancelSelectionRequestTest
|
D | RequestInfoTest.java | 60 private static final IBinder TOKEN = new Binder(); field in RequestInfoTest
|
D | IntentHelperTest.java | 75 private static final IBinder TOKEN = new Binder(); field in IntentHelperTest
|
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/account/ |
D | StaticAccountAuthenticator.java | 37 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/ |
D | TestAccountAuthenticator.java | 33 private static final String TOKEN = "random_token_string"; field in TestAccountAuthenticator
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | ChoreographerTest.java | 57 private static final Object TOKEN = new Object(); field in ChoreographerTest
|
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/ |
D | SatelliteManagerTestBase.java | 79 protected static final String TOKEN = "TEST_TOKEN"; field in SatelliteManagerTestBase
|