Searched refs:TOKEN (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ChoreographerTest.java | 45 private static final Object TOKEN = new Object(); field in ChoreographerTest 100 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN); in testPostCallbackWithoutDelay() 102 Choreographer.CALLBACK_ANIMATION, null, TOKEN); in testPostCallbackWithoutDelay() 109 Choreographer.CALLBACK_ANIMATION, addedCallback1, TOKEN); in testPostCallbackWithoutDelay() 111 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN); in testPostCallbackWithoutDelay() 113 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN); in testPostCallbackWithoutDelay() 154 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN, DELAY_PERIOD); in testPostCallbackWithDelay() 156 Choreographer.CALLBACK_ANIMATION, null, TOKEN); in testPostCallbackWithDelay() 163 Choreographer.CALLBACK_ANIMATION, addedCallback, TOKEN, DELAY_PERIOD); in testPostCallbackWithDelay() 165 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN, DELAY_PERIOD); in testPostCallbackWithDelay() [all …]
|
/cts/tests/tests/provider/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
|