Searched refs:LONG_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionBlockingMethodTest.java | 78 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/ |
D | DownloadManagerTest.java | 148 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()
|
D | DownloadManagerTestBase.java | 88 protected static final long LONG_TIMEOUT = 3 * DateUtils.MINUTE_IN_MILLIS; field in DownloadManagerTestBase
|