Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java176 runSimpleFailureTest(HTTP_NOT_FOUND); in testDownloadError()
181 runSimpleFailureTest(DownloadManager.ERROR_UNHANDLED_HTTP_CODE); in testUnhandledHttpStatus()
453 runSimpleFailureTest(DownloadManager.ERROR_CANNOT_RESUME); in testNoEtag()
497 runSimpleFailureTest(DownloadManager.ERROR_CANNOT_RESUME); in testNoContentLength()
505 runSimpleFailureTest(DownloadManager.ERROR_INSUFFICIENT_SPACE); in testInsufficientSpace()
745 private void runSimpleFailureTest(int expectedErrorCode) throws Exception { in runSimpleFailureTest() method in PublicApiFunctionalTest