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