Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAbstractTimePickerActivity.java57 private CountDownLatch mOkLatch; field in AbstractTimePickerActivity
85 if (mOkLatch != null) { in ok()
87 mOkLatch.countDown(); in ok()
136 mOkLatch = new CountDownLatch(1); in tapOk()
138 boolean called = mOkLatch.await(OK_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapOk()
DAbstractDatePickerActivity.java57 private CountDownLatch mOkLatch; field in AbstractDatePickerActivity
89 if (mOkLatch != null) { in ok()
91 mOkLatch.countDown(); in ok()
137 mOkLatch = new CountDownLatch(1); in tapOk()
139 boolean called = mOkLatch.await(OK_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapOk()