D | CaptivePortalLoginActivityTest.java | 522 private final HashMap<String, MockResponse> mResponses = new HashMap<>(); 524 private static final class MockResponse { class in CaptivePortalLoginActivityTest.HttpServer 529 MockResponse(String body, String mimetype, Map<String, String> headers) { in MockResponse() method in CaptivePortalLoginActivityTest.HttpServer.MockResponse 569 mResponses.put(query, new MockResponse(body, mimetype, headers)); in setResponse() 574 final MockResponse mockResponse = mResponses.get(session.getQueryParameterString()); in serve()
|