Searched refs:sShowSessionFailedLatch (Results 1 – 1 of 1) sorted by relevance
66 public static CountDownLatch sShowSessionFailedLatch; field in BaseVoiceInteractionService252 if (sShowSessionFailedLatch != null) { in onShowSessionFailed()253 sShowSessionFailedLatch.countDown(); in onShowSessionFailed()284 sShowSessionFailedLatch = null; in resetStaticValues()301 sShowSessionFailedLatch = new CountDownLatch(1); in initShowSessionLatch()347 if (sShowSessionFailedLatch == null) { in waitOnShowSessionFailed()350 if (!sShowSessionFailedLatch.await(WAIT_TIMEOUT_IN_MS, TimeUnit.MILLISECONDS)) { in waitOnShowSessionFailed()353 sShowSessionFailedLatch = null; in waitOnShowSessionFailed()