Searched refs:enqueueEmptyResponse (Results 1 – 2 of 2) sorted by relevance
126 enqueueEmptyResponse(HTTP_NOT_FOUND); in testDownloadError()131 enqueueEmptyResponse(1234); // some invalid HTTP status in testUnhandledHttpStatus()188 enqueueEmptyResponse(HTTP_OK); in testFiltering()191 enqueueEmptyResponse(HTTP_NOT_FOUND); in testFiltering()238 enqueueEmptyResponse(HTTP_NOT_FOUND); in testOrdering()308 enqueueEmptyResponse(HTTP_OK); in testRequestHeaders()362 enqueueEmptyResponse(HTTP_OK).addHeader("Content-Type", "text/html; charset=ISO-8859-4"); in testSanitizeMediaType()369 enqueueEmptyResponse(HTTP_OK).removeHeader("Content-Length"); in testNoContentLength()376 enqueueEmptyResponse(HTTP_OK).addHeader("Content-Length", in testInsufficientSpace()393 enqueueEmptyResponse(HTTP_OK); in testDownloadCompleteBroadcast()[all …]
220 MockResponse enqueueEmptyResponse(int status) { in enqueueEmptyResponse() method in AbstractDownloadManagerFunctionalTest