Home
last modified time | relevance | path

Searched defs:waitMillis (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()
73 protected static void waitForEnd(SimpleTransitionListener listener, long waitMillis) in waitForEnd()
/cts/tests/tests/net/src/android/net/cts/
DLocalSocketTest.java286 public void waitForCompletion(long waitMillis) throws Exception { in waitForCompletion()