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.java26 private static final Object TOKEN = new Object(); field in ChoreographerTest
88 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN); in testPostCallbackWithoutDelayEventuallyRunsCallbacks()
90 Choreographer.CALLBACK_ANIMATION, null, TOKEN); in testPostCallbackWithoutDelayEventuallyRunsCallbacks()
98 Choreographer.CALLBACK_ANIMATION, addedCallback1, TOKEN); in testPostCallbackWithoutDelayEventuallyRunsCallbacks()
100 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN); in testPostCallbackWithoutDelayEventuallyRunsCallbacks()
102 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN); in testPostCallbackWithoutDelayEventuallyRunsCallbacks()
146 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN, DELAY_PERIOD); in testPostCallbackWithDelayEventuallyRunsCallbacksAfterDelay()
148 Choreographer.CALLBACK_ANIMATION, null, TOKEN); in testPostCallbackWithDelayEventuallyRunsCallbacksAfterDelay()
156 Choreographer.CALLBACK_ANIMATION, addedCallback, TOKEN, DELAY_PERIOD); in testPostCallbackWithDelayEventuallyRunsCallbacksAfterDelay()
158 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN, DELAY_PERIOD); in testPostCallbackWithDelayEventuallyRunsCallbacksAfterDelay()
[all …]
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java39 private static final String TOKEN = "asdlkjfslkjfdklj"; field in StaticAccountAuthenticator
46 sAccountBundle.putString(AccountManager.KEY_AUTHTOKEN, TOKEN); in sAccountBundle.putString() argument
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java42 private static final String TOKEN = field in ModuleRepoTest
132 preparer = String.format(TOKEN, token); in createConfig()