Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DCallLogProviderTest.java82 CountDownLatch changeLatch = new CountDownLatch(1); in testUpdate() local
89 changeLatch.countDown(); in testUpdate()
99 assertTrue(changeLatch.await(TIME_OUT_MILLIS, TimeUnit.MILLISECONDS)); in testUpdate()
130 CountDownLatch changeLatch = new CountDownLatch(1); in testDelete() local
137 changeLatch.countDown(); in testDelete()
148 assertTrue(changeLatch.await(TIME_OUT_MILLIS, TimeUnit.MILLISECONDS)); in testDelete()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBlockedNumberService.java109 CountDownLatch changeLatch = new CountDownLatch(1); in getBlockedNumberLatch() local
116 changeLatch.countDown(); in getBlockedNumberLatch()
120 return changeLatch; in getBlockedNumberLatch()
/cts/tests/tests/telecom/src/android/telecom/cts/
DIncomingCallTest.java390 CountDownLatch changeLatch = new CountDownLatch(1); in testBusinessCallProperties() local
397 changeLatch.countDown(); in testBusinessCallProperties()
407 assertTrue(changeLatch.await(5000 /* MS timeout*/, TimeUnit.MILLISECONDS)); in testBusinessCallProperties()
DBaseTelecomTestWithMockServices.java1324 CountDownLatch changeLatch = new CountDownLatch(1); in getCallLogEntryLatch() local
1331 changeLatch.countDown(); in getCallLogEntryLatch()
1335 return changeLatch; in getCallLogEntryLatch()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSubscriptionManagerTest.java1726 CountDownLatch changeLatch = new CountDownLatch(1); in setIdentifierAccess() local
1736 (String appOp, String packageName) -> changeLatch.countDown(); in setIdentifierAccess()
1742 changeLatch.await(5000, TimeUnit.MILLISECONDS); in setIdentifierAccess()