OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readyFence
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java
150
if (testCase.
readyFence
!= null) {
152
testCase.
readyFence
.await(5, TimeUnit.SECONDS);
154
throw new RuntimeException("
readyFence
didn't signal within 5 seconds");
308
boolean useHardware, CountDownLatch
readyFence
) {
310
test.
readyFence
=
readyFence
;
369
public CountDownLatch
readyFence
;
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java
150
if (testCase.
readyFence
!= null) {
152
testCase.
readyFence
.await(5, TimeUnit.SECONDS);
154
throw new RuntimeException("
readyFence
didn't signal within 5 seconds");
308
boolean useHardware, CountDownLatch
readyFence
) {
310
test.
readyFence
=
readyFence
;
369
public CountDownLatch
readyFence
;
Completed in 246 milliseconds