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.java434 Thread cancellationThread = new Thread() { in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows() local
449 cancellationThread.start(); in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows()
478 cancellationThread.join(); in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows()
500 Thread cancellationThread = new Thread() { in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows() local
517 cancellationThread.start(); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()
538 cancellationThread.join(); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java617 Thread cancellationThread = new Thread() { in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows() local
631 cancellationThread.start(); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()
651 cancellationThread.join(); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()