Home
last modified time | relevance | path

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

/cts/tests/ondeviceintelligence/src/android/ondeviceintelligence/cts/
DCtsIntelligenceService.java56 public static CountDownLatch sConnectLatch; field in CtsIntelligenceService
70 if (sConnectLatch != null) { in onReady()
71 sConnectLatch.countDown(); in onReady()
202 sConnectLatch = new CountDownLatch(1); in initServiceConnectionLatch()
209 if (sConnectLatch == null) { in waitServiceConnect()
212 if (!sConnectLatch.await(WAIT_TIMEOUT_IN_MS, TimeUnit.MILLISECONDS)) { in waitServiceConnect()
215 sConnectLatch = null; in waitServiceConnect()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DBaseVoiceInteractionService.java60 public static CountDownLatch sConnectLatch; field in BaseVoiceInteractionService
225 if (sConnectLatch != null) { in onReady()
226 sConnectLatch.countDown(); in onReady()
281 sConnectLatch = null; in resetStaticValues()
291 sConnectLatch = new CountDownLatch(1); in initServiceConnectionLatches()
308 if (sConnectLatch == null) { in waitServiceConnect()
311 if (!sConnectLatch.await(WAIT_TIMEOUT_IN_MS, TimeUnit.MILLISECONDS)) { in waitServiceConnect()
314 sConnectLatch = null; in waitServiceConnect()