Searched refs:setResponse (Results 1 – 6 of 6) sorted by relevance
33 public static void setResponse(CannedFillResponse response) { in setResponse() method in ManualAuthenticationActivity
179 ManualAuthenticationActivity.setResponse(new CannedFillResponse.Builder() in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()
53 return Payload.newBuilder().setResponse(res).build(); in handleRequest()
270 String url = testServer.setResponse(path, page, headers); in testOnReceivedLoginRequest()509 String mainUrl = server.setResponse(mainPath, mainPage, null); in testShouldInterceptRequestParams()581 String mainUrl = server.setResponse(mainPath, mainPage, null); in testShouldInterceptRequestResponse()
1140 String secureUrl = httpsServer.setResponse(SECURE_URL, SECURE_HTML, null); in testAllowMixedMode()
228 public String setResponse( in setResponse() method in TestWebServer