Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java561 UnexecutedTestReporterThread reporterThread = in runTests() local
563 Runtime.getRuntime().addShutdownHook(reporterThread); in runTests()
647 Runtime.getRuntime().removeShutdownHook(reporterThread); in runTests()