Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DChoreographerTest.java46 private static final Object TOKEN = new Object(); field in ChoreographerTest
101 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN); in testPostCallbackWithoutDelay()
103 Choreographer.CALLBACK_ANIMATION, null, TOKEN); in testPostCallbackWithoutDelay()
110 Choreographer.CALLBACK_ANIMATION, addedCallback1, TOKEN); in testPostCallbackWithoutDelay()
112 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN); in testPostCallbackWithoutDelay()
114 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN); in testPostCallbackWithoutDelay()
155 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN, DELAY_PERIOD); in testPostCallbackWithDelay()
157 Choreographer.CALLBACK_ANIMATION, null, TOKEN); in testPostCallbackWithDelay()
164 Choreographer.CALLBACK_ANIMATION, addedCallback, TOKEN, DELAY_PERIOD); in testPostCallbackWithDelay()
166 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN, DELAY_PERIOD); in testPostCallbackWithDelay()
[all …]
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DUnavailableSecureLockScreenTest.java29 private static final byte[] TOKEN = "abcdefghijklmnopqrstuvwxyz0123456789".getBytes(); field in UnavailableSecureLockScreenTest
43 … assertFalse(mDevicePolicyManager.setResetPasswordToken(ADMIN_RECEIVER_COMPONENT, TOKEN)); in testResetWithTokenAndPasswordSufficiency()
45 COMPLEX_PASSWORD, TOKEN, 0)); in testResetWithTokenAndPasswordSufficiency()
/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