Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNeneNotificationListenerService.kt33 connectedLatch.countDown() in onListenerConnected()
39 connectedLatch = CountDownLatch(1) in onListenerDisconnected()
53 var connectedLatch = CountDownLatch(1) variable
DNotificationListener.kt30 NeneNotificationListenerService.connectedLatch.await() in <lambda>()
/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()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DNotificationListener.java36 private static CountDownLatch connectedLatch = new CountDownLatch(1); field in NotificationListener
40 connectedLatch.await(TIMEOUT_SECONDS, TimeUnit.SECONDS); in getInstance()
71 connectedLatch.countDown(); in onListenerConnected()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNotificationListener.java40 private static CountDownLatch connectedLatch = new CountDownLatch(1); field in NotificationListener
45 if (!connectedLatch.await(TIMEOUT_SECONDS, TimeUnit.SECONDS)) { in getInstance()
79 connectedLatch.countDown(); in onListenerConnected()