Home
last modified time | relevance | path

Searched refs:LONG_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionBlockingMethodTest.java78 private static final long LONG_TIMEOUT = TimeUnit.SECONDS.toMillis(30); field in InputConnectionBlockingMethodTest
300 final ImeEvent result = expectCommand(stream, command, LONG_TIMEOUT); in testGetTextAfterCursorFailWithTimeout()
401 final ImeEvent result = expectCommand(stream, command, LONG_TIMEOUT); in testGetTextBeforeCursorFailWithTimeout()
500 final ImeEvent result = expectCommand(stream, command, LONG_TIMEOUT); in testGetSelectedTextFailWithTimeout()
597 final ImeEvent result = expectCommand(stream, command, LONG_TIMEOUT); in testGetCursorCapsModeFailWithTimeout()
698 final ImeEvent result = expectCommand(stream, command, LONG_TIMEOUT); in testGetExtractedTextFailWithTimeout()
796 final ImeEvent result = expectCommand(stream, command, LONG_TIMEOUT); in testRequestCursorUpdatesFailWithTimeout()
909 final ImeEvent result = expectCommand(stream, command, LONG_TIMEOUT); in testCommitContentFailWithTimeout()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java148 receiver.waitForDownloadComplete(LONG_TIMEOUT, id); in testDownloadManagerSupportsHttpWithExternalWebServer()
182 receiver.waitForDownloadComplete(LONG_TIMEOUT, id); in testDownloadManagerSupportsHttpsWithExternalWebServer()
201 receiver.waitForDownloadComplete(LONG_TIMEOUT, id); in testMinimumDownload()
778 .waitForExists(LONG_TIMEOUT)); in findDocument()
DDownloadManagerTestBase.java88 protected static final long LONG_TIMEOUT = 3 * DateUtils.MINUTE_IN_MILLIS; field in DownloadManagerTestBase