Home
last modified time | relevance | path

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

/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java44 private static CountDownLatch callRejectionCountDownLatch; field in CallBlockingTest
49 callRejectionCountDownLatch = new CountDownLatch(1); in setUp()
87 assertTrue(callRejectionCountDownLatch.await(10, TimeUnit.SECONDS)); in testIncomingCallFromBlockedNumberIsRejected()
125 callRejectionCountDownLatch.countDown(); in onReject()