Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DMockSyncAdapter.java96 countDownLatch(); in startSync()
108 countDownLatch(); in cancelSync()
121 countDownLatch(); in initialize()
124 private void countDownLatch() { in countDownLatch() method in MockSyncAdapter
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java107 final CountDownLatch countDownLatch = new CountDownLatch(1); in internalTestOutgoingCall() local
111 countDownLatch)); in internalTestOutgoingCall()
121 boolean calllogProviderChanged = countDownLatch.await(1, TimeUnit.MINUTES); in internalTestOutgoingCall()
159 final CountDownLatch countDownLatch = new CountDownLatch(1); in testIncomingCall() local
163 countDownLatch)); in testIncomingCall()
172 boolean calllogProviderChanged = countDownLatch.await(1, TimeUnit.MINUTES); in testIncomingCall()
299 public CalllogContentObserver(Handler handler, final CountDownLatch countDownLatch) { in CalllogContentObserver() argument
301 mCountDownLatch = countDownLatch; in CalllogContentObserver()
/cts/tests/tests/widget/src/android/widget/cts/appwidget/
DMyAppWidgetProvider.java60 public static void configure(CountDownLatch countDownLatch, in configure() argument
63 sCountDownLatch = countDownLatch; in configure()
/cts/tests/tests/media/src/android/media/cts/
DVpxCodecTestBase.java979 final CountDownLatch countDownLatch = new CountDownLatch(1); in runCallable() local
988 countDownLatch.countDown(); in runCallable()
994 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.java2596 final CountDownLatch countDownLatch, final int left, final int top, in checkBounds() argument
2606 countDownLatch.countDown(); in checkBounds()
/cts/tests/libcore/javautilcollections/libs/
Dguava-testlib-20.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...