Home
last modified time | relevance | path

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

12

/cts/libs/deviceutil/src/android/cts/util/
DPollingCheck.java30 public PollingCheck(long timeout) { in PollingCheck()
41 long timeout = mTimeout; in run() local
59 public static void check(CharSequence message, long timeout, Callable<Boolean> condition) in check()
/cts/tests/tests/database/src/android/database/cts/
DContentObserverTest.java52 final long timeout = 1000L; in testContentObserver() local
96 final long timeout = 1000L; in testContentObserverWithUri() local
141 protected synchronized boolean hasChanged(long timeout) throws InterruptedException { in hasChanged()
186 protected synchronized boolean hasChanged(long timeout) throws InterruptedException { in hasChanged()
/cts/tests/tests/webkit/src/android/webkit/cts/
DChromeClient.java40 public synchronized ConsoleMessage.MessageLevel getMessageLevel(int timeout) { in getMessageLevel()
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DTestListParser.java55 int timeout = -1; in parse() local
102 private void handleTest(TestCase testCase, String test, int timeout) { in handleTest()
DTest.java23 public Test(String name, int timeout) { in Test()
DTestCase.java37 public void addTest(String testName, int timeout) { in addTest()
/cts/tests/app/src/android/app/cts/
DIntentServiceStub.java52 public static void waitToFinish(long timeout) throws Throwable { in waitToFinish()
53 new PollingCheck(timeout) { in waitToFinish() argument
/cts/tests/tests/net/src/android/net/wifi/cts/
DWifiManagerTest.java166 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled() local
179 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in startScan() local
189 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in connectWifi() local
440 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in getTxPacketCount() local
DConcurrencyTest.java106 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in waitForBroadcasts() local
DWifiInfoTest.java106 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled() local
DScanResultTest.java123 private void waitForBroadcast(long timeout, int expectedState) throws Exception { in waitForBroadcast()
/cts/tests/tests/app/src/android/app/cts/
DInstrumentation_ActivityMonitorTest.java49 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in testActivityMonitor() local
/cts/tests/tests/widget/src/android/widget/cts/
DViewFlipperTest.java134 private void waitForViewFlipping(int timeout) { in waitForViewFlipping()
/cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/
DCtsJavaScannerDoclet.java90 int timeout = -1; in start() local
/cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
DGLPrimitiveBenchmark.java112 int numIterations, int timeout) throws Exception { in runBenchmark()
/cts/tests/tests/content/src/android/content/cts/
DBroadcastReceiverTest.java107 public synchronized void waitForReceiver(long timeout) in waitForReceiver()
242 public synchronized boolean waitForService(long timeout) { in waitForService()
DAsyncQueryHandlerTest.java389 public synchronized boolean hadInserted(long timeout) throws InterruptedException { in hadInserted()
399 public synchronized boolean hadUpdated(long timeout) throws InterruptedException { in hadUpdated()
407 public synchronized boolean hadDeleted(long timeout) throws InterruptedException { in hadDeleted()
415 public synchronized boolean hadQueried(long timeout) throws InterruptedException { in hadQueried()
DContentQueryMapTest.java371 public synchronized boolean hadUpdated(long timeout) throws InterruptedException { in hadUpdated()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DPerformanceTest.java384 public void waitForImageAvailable(long timeout) { in waitForImageAvailable()
440 public Pair<CaptureResult, Long> getPartialResultNTime(long timeout) { in getPartialResultNTime()
450 public Pair<CaptureResult, Long> getCaptureResultNTime(long timeout) { in getCaptureResultNTime()
/cts/tests/tests/location2/src/android/location2/cts/
DLocationManagerTest.java383 public boolean hasCalledLocationRequested(long timeout) throws InterruptedException { in hasCalledLocationRequested()
397 public boolean hasCalledOnLocationChanged(long timeout) { in hasCalledOnLocationChanged()
418 public boolean hasCalledOnStatusChanged(long timeout) throws InterruptedException { in hasCalledOnStatusChanged()
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
DParallelSensorOperation.java59 public ParallelSensorOperation(long timeout, TimeUnit timeUnit) { in ParallelSensorOperation()
/cts/tests/tests/os/src/android/os/cts/
DAsyncTaskTest.java43 private void doTestAsyncTask(final long timeout) throws Throwable { in doTestAsyncTask()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimationDrawableTest.java372 private void pollingCheckDrawable(final int index, long timeout) { in pollingCheckDrawable()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestPackageXmlParser.java142 int timeout = -1; in startElement() local
/cts/hostsidetests/theme/app/src/android/theme/app/
DHoloDeviceActivity.java87 final int timeout = intent.getIntExtra(EXTRA_TIMEOUT, TIMEOUT); in setUpUi() local

12