Searched refs:sConnectLatch (Results 1 – 2 of 2) sorted by relevance
56 public static CountDownLatch sConnectLatch; field in CtsIntelligenceService70 if (sConnectLatch != null) { in onReady()71 sConnectLatch.countDown(); in onReady()202 sConnectLatch = new CountDownLatch(1); in initServiceConnectionLatch()209 if (sConnectLatch == null) { in waitServiceConnect()212 if (!sConnectLatch.await(WAIT_TIMEOUT_IN_MS, TimeUnit.MILLISECONDS)) { in waitServiceConnect()215 sConnectLatch = null; in waitServiceConnect()
60 public static CountDownLatch sConnectLatch; field in BaseVoiceInteractionService225 if (sConnectLatch != null) { in onReady()226 sConnectLatch.countDown(); in onReady()281 sConnectLatch = null; in resetStaticValues()291 sConnectLatch = new CountDownLatch(1); in initServiceConnectionLatches()308 if (sConnectLatch == null) { in waitServiceConnect()311 if (!sConnectLatch.await(WAIT_TIMEOUT_IN_MS, TimeUnit.MILLISECONDS)) { in waitServiceConnect()314 sConnectLatch = null; in waitServiceConnect()