Home
last modified time | relevance | path

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

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