Home
last modified time | relevance | path

Searched refs:waitForStart (Results 1 – 22 of 22) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DBaseTransitionTest.java77 protected void waitForStart() throws InterruptedException { in waitForStart() method in BaseTransitionTest
78 waitForStart(mListener); in waitForStart()
81 protected static void waitForStart(Transition.TransitionListener listener) { in waitForStart() method in BaseTransitionTest
127 waitForStart(); in startTransition()
DChangeClipBoundsTest.java63 waitForStart(); in testChangeClipBounds()
78 waitForStart(); in testChangeClipBounds()
DChangeTransformTest.java65 waitForStart(); in testTranslation()
85 waitForStart(); in testRotation()
105 waitForStart(); in testScale()
DTransitionManagerTest.java59 waitForStart(); in testBeginDelayedTransition()
151 waitForStart(); in testGo()
201 waitForStart(); in testSetTransition1()
240 waitForStart(); in testSetTransition2()
264 waitForStart(); in testEndTransitions()
DChangeScrollTest.java66 waitForStart(); in testChangeScroll()
DExplodeTest.java80 waitForStart(); in testExplode()
131 waitForStart(); in testImplode()
DTransitionTest.java88 waitForStart(); in testAddListener()
100 waitForStart(listener2); in testAddListener()
121 waitForStart(); in testRemoveListener()
200 waitForStart(); in testAddTargetView()
227 waitForStart(); in testRemoveTargetView()
275 waitForStart(); in testIsTransitionRequired()
DCaptureValuesTest.java73 waitForStart(); in testCaptureValues()
DVisibilityTest.java197 waitForStart(); in testApplyingTwoVisibility()
DChangeImageTransformTest.java294 waitForStart(); in transformImage()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableTest.java264 callback.waitForStart(); in testAddCallbackBeforeStart()
285 callback.waitForStart(); in testAddCallbackAfterTrigger()
304 callback.waitForStart(); in testAddCallbackAfterStart()
325 callback.waitForStart(); in testRemoveCallback()
346 callback.waitForStart(); in testClearCallback()
DAnimatable2Callback.java58 public boolean waitForStart() throws InterruptedException { in waitForStart() method in Animatable2Callback
DAnimatedVectorDrawableParameterizedTest.java147 callback.waitForStart(); in testAnimationOnLayer()
253 Assert.assertTrue(callback.waitForStart()); in testEmptyAnimatorSet()
309 callback.waitForStart(); in testInfiniteAVD()
DAnimatedImageDrawableTest.java257 cb.waitForStart(); in testUnregisterCallback()
288 cb.waitForStart(); in testLifeCycle()
323 cb.waitForStart(); in testLifeCycleSoftware()
381 cb.waitForStart(); in testStop()
413 cb.waitForStart(); in testRepeatCounts()
767 cb.waitForStart(); in decodeInBackground()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DUriGrantsServiceTest.java83 ReceiveUriService.waitForStart(); in assertGrantableToService()
100 ReceiveUriService.waitForStart(); in assertGrantableToService()
DUriGrantsActivityTest.java90 ReceiveUriActivity.waitForStart(); in assertGrantableToActivity()
154 ReceiveUriActivity.waitForStart(); in assertNotGrantableToActivity()
DReceiveUriService.java115 public static void waitForStart() { in waitForStart() method in ReceiveUriService
DReceiveUriActivity.java123 public static void waitForStart() { in waitForStart() method in ReceiveUriActivity
DUriGrantsTest.java109 ReceiveUriActivity.waitForStart(); in testGrantPersistableUriPermission()
195 ReceiveUriActivity.waitForStart(); in testGrantPrefixUriPermission()
239 ReceiveUriActivity.waitForStart(); in testGrantPersistablePrefixUriPermission()
/cts/tests/app/app/src/android/app/stubs/
DMockService.java88 public static boolean waitForStart(long timeout) { in waitForStart() method in MockService
/cts/tests/app/src/android/app/cts/
DPendingIntentTest.java442 MockService.waitForStart(WAIT_TIME); in testGetService()
501 MockService.waitForStart(WAIT_TIME); in testStartServiceOnFinishedHandler()
518 MockService.waitForStart(WAIT_TIME); in testStartServiceOnFinishedHandler()
DActivityManagerTest.java489 MockService.waitForStart(WAIT_TIME);