Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
DFileOperationServiceTest.java229 mExecutor.assertAlive(); in testShutdownStopsExecutor_AfterSuccess()
230 mDeletionExecutor.assertAlive(); in testShutdownStopsExecutor_AfterSuccess()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestScheduledExecutorService.java156 public void assertAlive() { in assertAlive() method in TestScheduledExecutorService