D | CaptivePortalLoginActivityTest.java | 675 private final HashMap<String, MockResponse> mResponses = new HashMap<>(); 677 private static final class MockResponse { class in CaptivePortalLoginActivityTest.HttpServer 682 MockResponse(String body, String mimetype, Map<String, String> headers) { in MockResponse() method in CaptivePortalLoginActivityTest.HttpServer.MockResponse 722 mResponses.put(query, new MockResponse(body, mimetype, headers)); in setResponse() 727 final MockResponse mockResponse = mResponses.get(session.getQueryParameterString()); in serve()
|