HomeSort by relevance Sort by last modified time
    Searched refs:setTagLatch (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceVersionDetector.java 50 CountDownLatch setTagLatch = new CountDownLatch(1);
51 CollectingOutputReceiver receiver = new CollectingOutputReceiver(setTagLatch);
55 setTagLatch.await(5, TimeUnit.SECONDS);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 616 CountDownLatch setTagLatch = new CountDownLatch(1);
617 CollectingOutputReceiver receiver = new CollectingOutputReceiver(setTagLatch);
621 setTagLatch.await(5, TimeUnit.SECONDS);
    [all...]

Completed in 35 milliseconds