Searched refs:serviceLatch (Results 1 – 3 of 3) sorted by relevance
236 CountDownLatch serviceLatch = new CountDownLatch(1); in authorizeMediaProjection() local244 serviceLatch.countDown(); in authorizeMediaProjection()253 await(serviceLatch, "Failed to connect to MediaProjectionService"); in authorizeMediaProjection()
234 CountDownLatch serviceLatch = new CountDownLatch(1); in unregisterCallback_unregisterSuccessful() local235 service.setCountdownLatch(serviceLatch); in unregisterCallback_unregisterSuccessful()239 assertThat(serviceLatch.await(LATCH_TIMEOUT_SECS, TimeUnit.SECONDS)).isTrue(); in unregisterCallback_unregisterSuccessful()