Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/vms/
H A DVmsSubscriberManager.java112 CountDownLatch clientReady; in setVmsSubscriberClientCallback() local
117 clientReady = new CountDownLatch(1); in setVmsSubscriberClientCallback()
118 mClientCallback = new SubscriberCallbackWrapper(clientCallback, clientReady); in setVmsSubscriberClientCallback()
126 if (!clientReady.await(CLIENT_READY_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in setVmsSubscriberClientCallback()
254 CountDownLatch clientReady) { in SubscriberCallbackWrapper() argument
256 mClientReady = clientReady; in SubscriberCallbackWrapper()