Searched refs:mOkLatch (Results 1 – 2 of 2) sorted by relevance
57 private CountDownLatch mOkLatch; field in AbstractTimePickerActivity85 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()
57 private CountDownLatch mOkLatch; field in AbstractDatePickerActivity89 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()