Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionHandlerTest.java566 final CountDownLatch closeConnectionLatch = new CountDownLatch(1); in testInputConnectionSideEffect() local
584 closeConnectionLatch.countDown(); in testInputConnectionSideEffect()
640 assertEquals(1, closeConnectionLatch.getCount()); in testInputConnectionSideEffect()