| /cts/tests/src/android/view/animation/cts/ |
| D | DelayedCheck.java | 29 public DelayedCheck(long timeout) { in DelayedCheck() 36 long timeout = mTimeout; in run() local
|
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| D | WebView_HitTestResultTest.java | 40 private void waitForLoading(final WebView webView, long timeout) throws InterruptedException { in waitForLoading() 41 new DelayedCheck(timeout) { in waitForLoading() argument
|
| D | WebIconDatabaseTest.java | 216 public synchronized void waitForIcon(long timeout) throws InterruptedException { in waitForIcon()
|
| D | WebViewTest.java | 2210 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/ |
| D | ContentObserverTest.java | 73 final long timeout = 1000L; in testContentObserver() local 121 protected synchronized boolean hasChanged(long timeout) throws InterruptedException { in hasChanged()
|
| /cts/tests/src/android/app/cts/ |
| D | IntentServiceStub.java | 52 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/ |
| D | Instrumentation_ActivityMonitorTest.java | 101 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in testActivityMonitor() local
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| D | ViewFlipperTest.java | 147 private void waitForViewFlipping(int timeout) { in waitForViewFlipping()
|
| D | MediaControllerTest.java | 218 final int timeout = 2000; in testShow() local
|
| /cts/tests/tests/net/src/android/net/wifi/cts/ |
| D | WifiInfoTest.java | 107 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled() local
|
| D | ScanResultTest.java | 105 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled() local
|
| D | WifiManagerTest.java | 126 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/ |
| D | MessageQueueTest.java | 165 public void doTest(long timeout, long interval) throws InterruptedException { in doTest() 254 public void doTest(long timeout, long interval) throws InterruptedException { in doTest()
|
| D | AsyncTaskTest.java | 102 private void doTestAsyncTask(final long timeout) throws Throwable { in doTestAsyncTask()
|
| D | MessengerTest.java | 308 public void doTest(long timeout, long interval) throws InterruptedException { in doTest()
|
| /cts/tests/tests/content/src/android/content/cts/ |
| D | BroadcastReceiverTest.java | 163 public synchronized void waitForReceiver(long timeout) in waitForReceiver() 389 public synchronized boolean waitForService(long timeout) { in waitForService()
|
| D | AsyncQueryHandlerTest.java | 499 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()
|
| D | ContentQueryMapTest.java | 423 public synchronized boolean hadUpdated(long timeout) throws InterruptedException { in hadUpdated()
|
| /cts/tools/host/src/com/android/cts/ |
| D | HostTimer.java | 149 public void cancel(boolean timeout) { in cancel()
|
| D | DeviceManager.java | 384 TimeoutThread(Process process, long timeout) { in TimeoutThread()
|
| D | TestDevice.java | 217 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/ |
| D | AnimationDrawableTest.java | 478 private void delayedCheckDrawable(final int index, long timeout) { in delayedCheckDrawable()
|
| /cts/tests/tests/location/src/android/location/cts/ |
| D | LocationManagerTest.java | 965 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/ |
| D | SmsManagerTest.java | 223 public void waitForCalls(int expectedCalls, long timeout) throws InterruptedException { in waitForCalls()
|