Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DBaseVoiceInteractionService.java64 public static CountDownLatch sPrepareToShowSessionLatch; field in BaseVoiceInteractionService
242 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()