Home
last modified time | relevance | path

Searched defs:waitForEnd (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DBaseTransitionTest.java68 protected void waitForEnd(long waitMillis) throws InterruptedException { in waitForEnd() method in BaseTransitionTest
73 protected static void waitForEnd(SimpleTransitionListener listener, long waitMillis) in waitForEnd() method in BaseTransitionTest
/cts/tests/app/src/android/app/cts/
DFragmentTransitionTest.java414 private boolean waitForEnd(TestFragment fragment, int key) throws InterruptedException { in waitForEnd() method in FragmentTransitionTest