Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccManagerTest.java113 CountDownLatch countDownLatch = new CountDownLatch(1); in testDownloadSubscription() local
159 CountDownLatch countDownLatch = new CountDownLatch(1); in testDeleteSubscription() local
188 CountDownLatch countDownLatch = new CountDownLatch(1); in testSwitchToSubscription() local
218 CountDownLatch countDownLatch = new CountDownLatch(1); in testEraseSubscriptions() local
244 CountDownLatch countDownLatch = new CountDownLatch(1); in testStartResolutionActivity() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java112 final CountDownLatch countDownLatch = new CountDownLatch(1); in internalTestOutgoingCall() local
193 final CountDownLatch countDownLatch = new CountDownLatch(1); in internalTestIncomingCall() local
339 public CalllogContentObserver(Handler handler, final CountDownLatch countDownLatch) { in CalllogContentObserver()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
DTestUtils.java58 final CountDownLatch countDownLatch = new CountDownLatch(1); in startScanAndWaitForResults() local
/cts/tests/tests/content/src/android/content/cts/
DMockSyncAdapter.java131 private void countDownLatch() { in countDownLatch() method in MockSyncAdapter
/cts/tests/tests/appwidget/src/android/appwidget/cts/provider/
DCollectionAppWidgetProvider.java61 public static void configure(CountDownLatch countDownLatch, in configure()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsService.java279 public void countDownLatch(int latchIndex) { in countDownLatch() method in TestImsService
/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java626 final CountDownLatch countDownLatch, final int left, final int top, in verifyBounds()
/cts/tests/tests/media/src/android/media/cts/
DVpxCodecTestBase.java1002 final CountDownLatch countDownLatch = new CountDownLatch(1); in runCallable() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java2937 final CountDownLatch countDownLatch, final int left, final int top, in checkBounds()