Searched refs:commandCompleteLatch (Results 1 – 1 of 1) sorted by relevance
500 CountDownLatch commandCompleteLatch = new CountDownLatch(1); in getAppDirectory() local501 CollectingOutputReceiver receiver = new CollectingOutputReceiver(commandCompleteLatch); in getAppDirectory()503 commandCompleteLatch.await(timeout, timeoutUnit); in getAppDirectory()