Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 24 of 24) sorted by relevance

/cts/tests/src/android/view/animation/cts/
DDelayedCheck.java29 public DelayedCheck(long timeout) { in DelayedCheck()
36 long timeout = mTimeout; in run() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebView_HitTestResultTest.java40 private void waitForLoading(final WebView webView, long timeout) throws InterruptedException { in waitForLoading()
41 new DelayedCheck(timeout) { in waitForLoading() argument
DWebIconDatabaseTest.java216 public synchronized void waitForIcon(long timeout) throws InterruptedException { in waitForIcon()
DWebViewTest.java2210 private void waitForLoadComplete(final WebView webView, long timeout) in waitForLoadComplete()
2212 new DelayedCheck(timeout) { in waitForLoadComplete() argument
/cts/tests/tests/database/src/android/database/cts/
DContentObserverTest.java73 final long timeout = 1000L; in testContentObserver() local
121 protected synchronized boolean hasChanged(long timeout) throws InterruptedException { in hasChanged()
/cts/tests/src/android/app/cts/
DIntentServiceStub.java52 public static void waitToFinish(long timeout) throws Throwable { in waitToFinish()
53 new DelayedCheck(timeout) { in waitToFinish() argument
/cts/tests/tests/app/src/android/app/cts/
DInstrumentation_ActivityMonitorTest.java101 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in testActivityMonitor() local
/cts/tests/tests/widget/src/android/widget/cts/
DViewFlipperTest.java147 private void waitForViewFlipping(int timeout) { in waitForViewFlipping()
DMediaControllerTest.java218 final int timeout = 2000; in testShow() local
/cts/tests/tests/net/src/android/net/wifi/cts/
DWifiInfoTest.java107 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled() local
DScanResultTest.java105 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled() local
DWifiManagerTest.java126 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled() local
137 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in startScan() local
/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java165 public void doTest(long timeout, long interval) throws InterruptedException { in doTest()
254 public void doTest(long timeout, long interval) throws InterruptedException { in doTest()
DAsyncTaskTest.java102 private void doTestAsyncTask(final long timeout) throws Throwable { in doTestAsyncTask()
DMessengerTest.java308 public void doTest(long timeout, long interval) throws InterruptedException { in doTest()
/cts/tests/tests/content/src/android/content/cts/
DBroadcastReceiverTest.java163 public synchronized void waitForReceiver(long timeout) in waitForReceiver()
389 public synchronized boolean waitForService(long timeout) { in waitForService()
DAsyncQueryHandlerTest.java499 public synchronized boolean hadInserted(long timeout) throws InterruptedException { in hadInserted()
509 public synchronized boolean hadUpdated(long timeout) throws InterruptedException { in hadUpdated()
517 public synchronized boolean hadDeleted(long timeout) throws InterruptedException { in hadDeleted()
525 public synchronized boolean hadQueried(long timeout) throws InterruptedException { in hadQueried()
DContentQueryMapTest.java423 public synchronized boolean hadUpdated(long timeout) throws InterruptedException { in hadUpdated()
/cts/tools/host/src/com/android/cts/
DHostTimer.java149 public void cancel(boolean timeout) { in cancel()
DDeviceManager.java384 TimeoutThread(Process process, long timeout) { in TimeoutThread()
DTestDevice.java217 boolean hasRestarted(long timeout) { in hasRestarted()
1017 private void start(final String action, final int timeout, final TestDevice device) { in start()
1709 void startActionTimer(final String action, final int timeout) { in startActionTimer()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimationDrawableTest.java478 private void delayedCheckDrawable(final int index, long timeout) { in delayedCheckDrawable()
/cts/tests/tests/location/src/android/location/cts/
DLocationManagerTest.java965 public boolean hasCalledLocationRequested(long timeout) throws InterruptedException { in hasCalledLocationRequested()
979 public boolean hasCalledOnLocationChanged(long timeout) throws InterruptedException { in hasCalledOnLocationChanged()
996 public boolean hasCalledOnStatusChanged(long timeout) throws InterruptedException { in hasCalledOnStatusChanged()
/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsManagerTest.java223 public void waitForCalls(int expectedCalls, long timeout) throws InterruptedException { in waitForCalls()