Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsService.java104 countDownLatch(LATCH_FEATURES_READY); in readyForFeatureCreation()
111 countDownLatch(LATCH_ENABLE_IMS); in enableIms()
119 countDownLatch(LATCH_DISABLE_IMS); in disableIms()
127 countDownLatch(LATCH_CREATE_RCS); in createRcsFeature()
132 countDownLatch(LATCH_RCS_READY); in createRcsFeature()
138 countDownLatch(LATCH_REMOVE_RCS); in createRcsFeature()
145 countDownLatch(LATCH_RCS_CAP_SET); in createRcsFeature()
161 countDownLatch(LATCH_CREATE_MMTEL); in createMmTelFeature()
166 countDownLatch(LATCH_MMTEL_READY); in createMmTelFeature()
172 countDownLatch(LATCH_REMOVE_MMTEL); in createMmTelFeature()
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccManagerTest.java113 CountDownLatch countDownLatch = new CountDownLatch(1); in testDownloadSubscription() local
114 mCallbackReceiver = new CallbackReceiver(countDownLatch); in testDownloadSubscription()
127 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testDownloadSubscription()
159 CountDownLatch countDownLatch = new CountDownLatch(1); in testDeleteSubscription() local
160 mCallbackReceiver = new CallbackReceiver(countDownLatch); in testDeleteSubscription()
170 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testDeleteSubscription()
188 CountDownLatch countDownLatch = new CountDownLatch(1); in testSwitchToSubscription() local
189 mCallbackReceiver = new CallbackReceiver(countDownLatch); in testSwitchToSubscription()
200 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testSwitchToSubscription()
218 CountDownLatch countDownLatch = new CountDownLatch(1); in testEraseSubscriptions() local
[all …]
/cts/tests/tests/content/src/android/content/cts/
DMockSyncAdapter.java103 countDownLatch(); in startSync()
115 countDownLatch(); in cancelSync()
128 countDownLatch(); in initialize()
131 private void countDownLatch() { in countDownLatch() method in MockSyncAdapter
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java112 final CountDownLatch countDownLatch = new CountDownLatch(1); in internalTestOutgoingCall() local
116 countDownLatch)); in internalTestOutgoingCall()
126 boolean calllogProviderChanged = countDownLatch.await(1, TimeUnit.MINUTES); in internalTestOutgoingCall()
193 final CountDownLatch countDownLatch = new CountDownLatch(1); in internalTestIncomingCall() local
197 countDownLatch)); in internalTestIncomingCall()
208 boolean calllogProviderChanged = countDownLatch.await(1, TimeUnit.MINUTES); in internalTestIncomingCall()
339 public CalllogContentObserver(Handler handler, final CountDownLatch countDownLatch) { in CalllogContentObserver() argument
341 mCountDownLatch = countDownLatch; in CalllogContentObserver()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
DTestUtils.java58 final CountDownLatch countDownLatch = new CountDownLatch(1); in startScanAndWaitForResults() local
67 countDownLatch.countDown(); in startScanAndWaitForResults()
84 if (!countDownLatch.await(SCAN_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in startScanAndWaitForResults()
/cts/tests/tests/appwidget/src/android/appwidget/cts/provider/
DCollectionAppWidgetProvider.java61 public static void configure(CountDownLatch countDownLatch, in configure() argument
64 sCountDownLatch = countDownLatch; in configure()
/cts/tests/tests/media/src/android/media/cts/
DVpxCodecTestBase.java1002 final CountDownLatch countDownLatch = new CountDownLatch(1); in runCallable() local
1011 countDownLatch.countDown(); in runCallable()
1017 countDownLatch.await(); in runCallable()
/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java626 final CountDownLatch countDownLatch, final int left, final int top, in verifyBounds() argument
636 countDownLatch.countDown(); in verifyBounds()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java2937 final CountDownLatch countDownLatch, final int left, final int top, in checkBounds() argument
2947 countDownLatch.countDown(); in checkBounds()