Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNotificationListener.java36 private static CountDownLatch connectedLatch = new CountDownLatch(1); field in NotificationListener
40 connectedLatch.await(TIMEOUT_SECONDS, TimeUnit.SECONDS); in getInstance()
68 connectedLatch.countDown(); in onListenerConnected()