Home
last modified time | relevance | path

Searched defs:token (Results 1 – 20 of 20) sorted by relevance

/cts/tools/dasm/src/java_cup/runtime/
Dtoken.java13 public class token extends symbol { class
16 public token(int term_num) in token() method in token
/cts/tests/tests/content/src/android/content/cts/
DAsyncQueryHandlerTest.java275 private void startQuery(int token, Object cookie, Uri uri, String[] projection, in startQuery()
284 private void startInsert(int token, Object cookie, Uri uri, in startInsert()
292 private void startUpdate(int token, Object cookie, Uri uri, ContentValues values, in startUpdate()
300 private void startDelete(int token, Object cookie, Uri uri, String selection, in startDelete()
338 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
350 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
362 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
378 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
/cts/tests/tests/os/src/android/os/cts/
DTokenWatcherTest.java114 IBinder token = mEmptyService.getToken(); in testTokenWatcher() local
144 IBinder token = mEmptyService.getToken(); in testCleanUp() local
DHandlerTest.java81 Object token = new Object(); in testPostAtTime2() local
201 Object token = new Object(); in testRemoveCallbacksWithObject() local
DBinderTest.java343 long token = Binder.clearCallingIdentity(); in testClearCallingIdentity() local
/cts/tests/app/src/android/app/cts/
DListActivityTest.java111 final Semaphore token = new Semaphore(0); in runOnMainAndDrawSync() local
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DSplitAppTest.java385 final String token = String.valueOf(android.os.Process.myUid()); in testDataWrite() local
403 final String token = String.valueOf(android.os.Process.myUid()); in testDataRead() local
445 final String token = String.valueOf(android.os.Process.myUid()); in testPrimaryDataWrite() local
450 final String token = String.valueOf(android.os.Process.myUid()); in testPrimaryDataRead() local
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DOptionHelper.java127 String token = tokenMatcher.group().replaceAll("\"", ""); in getValidCliArgs() local
/cts/tests/tests/text/src/android/text/util/cts/
DRfc822TokenizerTest.java144 private void localAssertEquals(Rfc822Token token, String name, in localAssertEquals()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DRootProcessScanner.java190 private static void findToken(Scanner scanner, String token) { in findToken()
/cts/libs/json/src/com/android/json/stream/
DJsonReader.java200 private JsonToken token; field in JsonReader
522 JsonToken token = advance(); in skipValue() local
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java124 private void createConfig(File testsDir, String name, String token) throws IOException { in createConfig()
128 …private void createConfig(File testsDir, String name, String token, String moduleClass) throws IOE… in createConfig()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java207 String token = actual.getString(AccountManager.KEY_AUTHTOKEN); in validateSuccessfulTokenFetchingLifecycle() local
937 String token = am.peekAuthToken(ACCOUNT, AUTH_TOKEN_TYPE); in testSetAndPeekAndInvalidateAuthToken() local
953 String token = am.blockingGetAuthToken(ACCOUNT, in testBlockingGetAuthToken_DefaultToken_Success() local
959 assertEquals(mockAuthenticator.getLastTokenServed(), token); in testBlockingGetAuthToken_DefaultToken_Success() local
972 String token = am.blockingGetAuthToken( in fetch() local
DMockAccountAuthenticator.java225 String token; in getAuthToken() local
/cts/tools/vm-tests-tf/src/util/build/
DExecuteFile.java143 String token = tokenizer.sval; in ExecuteFile() local
/cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/
DDirectoryProvider.java202 final long token = Binder.clearCallingIdentity(); in call() local
/cts/tests/tests/media/src/android/media/cts/
DMediaSessionTest.java102 MediaSession.Token token = MediaSession.Token.CREATOR.createFromParcel(p); in testSessionToken() local
/cts/tools/dasm/etc/
Djava_cup.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...
Djava_cup.jar.oldMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...
Djava_cup-new.jar ... init> (int) } java_cup/runtime/token.class token.java package java_cup.runtime public ...