Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/app-perf-tests/src/com/android/documentsui/
DLauncherActivity.java32 public static CountDownLatch testCaseLatch = null; field in LauncherActivity
58 testCaseLatch.countDown(); in onActivityResult()
DFilesAppPerfTest.java74 LauncherActivity.testCaseLatch = new CountDownLatch(1); in runFilesStartPerformanceTest()
77 LauncherActivity.testCaseLatch.await(); in runFilesStartPerformanceTest()