Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java367 private CountDownLatch mConnectedLatch; field in ImsManager.InstanceManager
395 mConnectedLatch = new CountDownLatch(1); in reconnect()
404 if(!mConnectedLatch.await(CONNECT_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in reconnect()
416 mConnectedLatch.countDown(); in connectionReady()
429 mConnectedLatch.countDown(); in connectionUnavailable()