Home
last modified time | relevance | path

Searched defs:waitForStart (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DBaseTransitionTest.java60 protected void waitForStart() throws InterruptedException { in waitForStart() method in BaseTransitionTest
64 protected void waitForStart(SimpleTransitionListener listener) throws InterruptedException { in waitForStart() method in BaseTransitionTest
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DReceiveUriActivity.java123 public static void waitForStart() { in waitForStart() method in ReceiveUriActivity
DReceiveUriService.java115 public static void waitForStart() { in waitForStart() method in ReceiveUriService
/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/
DFragmentTransitionTest.java396 private boolean waitForStart(TestFragment fragment, int key) throws InterruptedException { in waitForStart() method in FragmentTransitionTest