Home
last modified time | relevance | path

Searched refs:cancellationThread (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteQueryBuilderTest.java348 Thread cancellationThread = new Thread() { in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows() local
363 cancellationThread.start(); in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows()
392 cancellationThread.join(); in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows()
413 Thread cancellationThread = new Thread() { in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows() local
430 cancellationThread.start(); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()
451 cancellationThread.join(); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java528 Thread cancellationThread = new Thread() { in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows() local
542 cancellationThread.start(); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()
562 cancellationThread.join(); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()