Home
last modified time | relevance | path

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

/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.java967 CountDownLatch changeLatch = new CountDownLatch(1); in getCallLogEntryLatch() local
974 changeLatch.countDown(); in getCallLogEntryLatch()
978 return changeLatch; in getCallLogEntryLatch()