OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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