Searched refs:sDisconnectLatch (Results 1 – 1 of 1) sorted by relevance
61 public static CountDownLatch sDisconnectLatch; field in BaseVoiceInteractionService234 if (sDisconnectLatch != null) { in onShutdown()235 sDisconnectLatch.countDown(); in onShutdown()282 sDisconnectLatch = null; in resetStaticValues()292 sDisconnectLatch = new CountDownLatch(1); in initServiceConnectionLatches()321 if (sDisconnectLatch == null) { in waitServiceDisconnect()324 if (!sDisconnectLatch.await(WAIT_TIMEOUT_IN_MS, TimeUnit.MILLISECONDS)) { in waitServiceDisconnect()327 sDisconnectLatch = null; in waitServiceDisconnect()