Searched refs:sPrepareToShowSessionLatch (Results 1 – 1 of 1) sorted by relevance
64 public static CountDownLatch sPrepareToShowSessionLatch; field in BaseVoiceInteractionService242 if (sPrepareToShowSessionLatch != null) { in onPrepareToShowSession()243 sPrepareToShowSessionLatch.countDown(); in onPrepareToShowSession()283 sPrepareToShowSessionLatch = null; in resetStaticValues()300 sPrepareToShowSessionLatch = new CountDownLatch(1); in initShowSessionLatch()334 if (sPrepareToShowSessionLatch == null) { in waitOnPrepareToShowSession()337 if (!sPrepareToShowSessionLatch.await(WAIT_TIMEOUT_IN_MS, TimeUnit.MILLISECONDS)) { in waitOnPrepareToShowSession()340 sPrepareToShowSessionLatch = null; in waitOnPrepareToShowSession()