Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DAuthenticationActivity.java74 private static CountDownLatch sResponseLatch; field in AuthenticationActivity
166 sResponseLatch = latch; in setResultCode()
186 if (sResponseLatch != null) { in onCreate()
196 final boolean called = sResponseLatch.await(5, TimeUnit.SECONDS); in waitForLatchAndDoIt()