Searched refs:connectedLatch (Results 1 – 5 of 5) sorted by relevance
33 connectedLatch.countDown() in onListenerConnected()39 connectedLatch = CountDownLatch(1) in onListenerDisconnected()53 var connectedLatch = CountDownLatch(1) variable
30 NeneNotificationListenerService.connectedLatch.await() in <lambda>()
36 private static CountDownLatch connectedLatch = new CountDownLatch(1); field in NotificationListener40 connectedLatch.await(TIMEOUT_SECONDS, TimeUnit.SECONDS); in getInstance()68 connectedLatch.countDown(); in onListenerConnected()
36 private static CountDownLatch connectedLatch = new CountDownLatch(1); field in NotificationListener40 connectedLatch.await(TIMEOUT_SECONDS, TimeUnit.SECONDS); in getInstance()71 connectedLatch.countDown(); in onListenerConnected()
40 private static CountDownLatch connectedLatch = new CountDownLatch(1); field in NotificationListener45 if (!connectedLatch.await(TIMEOUT_SECONDS, TimeUnit.SECONDS)) { in getInstance()79 connectedLatch.countDown(); in onListenerConnected()