Home
last modified time | relevance | path

Searched refs:changeLatch (Results 1 – 3 of 3) 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/
DBaseTelecomTestWithMockServices.java1153 CountDownLatch changeLatch = new CountDownLatch(1); in getCallLogEntryLatch() local
1160 changeLatch.countDown(); in getCallLogEntryLatch()
1164 return changeLatch; in getCallLogEntryLatch()