Searched refs:runSimpleFailureTest (Results 1 – 1 of 1) sorted by relevance
176 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