Searched refs:responseAction (Results 1 – 1 of 1) sorted by relevance
/cts/libs/testserver/src/android/webkit/cts/ |
D | TestWebServer.java | 87 boolean isRedirect, boolean isNotFound, Runnable responseAction) { in Response() argument 93 mResponseAction = responseAction; in Response() 178 List<Pair<String, String>> responseHeaders, Runnable responseAction, in setResponseInternal() argument 185 responseData, responseHeaders, isRedirect, isNotFound, responseAction)); in setResponseInternal() 252 Runnable responseAction) { in setResponseWithRunnableAction() argument 254 requestPath, responseString.getBytes(), responseHeaders, responseAction, in setResponseWithRunnableAction()
|