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

  /frameworks/base/packages/DocumentsUI/app-perf-tests/src/com/android/documentsui/
LauncherActivity.java 34 public static CountDownLatch testCaseLatch = null;
60 testCaseLatch.countDown();
FilesAppPerfTest.java 75 LauncherActivity.testCaseLatch = new CountDownLatch(1);
78 LauncherActivity.testCaseLatch.await();

Completed in 4393 milliseconds