Searched refs:sCallStreamingStartedLatch (Results 1 – 2 of 2) sorted by relevance
31 public static CountDownLatch sCallStreamingStartedLatch = new CountDownLatch(1); field in CtsCallStreamingService38 sCallStreamingStartedLatch.countDown(); in onCallStreamingStarted()
44 CtsCallStreamingService.sCallStreamingStartedLatch.await(TIMEOUT_MILLIS,61 CtsCallStreamingService.sCallStreamingStartedLatch = new CountDownLatch(1); in onBind()