Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
H A DSQLiteQueryBuilderTest.java355 Thread cancellationThread = new Thread() { in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows() local
370 cancellationThread.start(); in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows()
398 Uninterruptibles.joinUninterruptibly(cancellationThread); in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows()
418 Thread cancellationThread = new Thread() { in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows() local
435 cancellationThread.start(); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()
455 Uninterruptibles.joinUninterruptibly(cancellationThread); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()