Home
last modified time | relevance | path

Searched refs:mResponseMap (Results 1 – 1 of 1) sorted by relevance

/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java154 private final Map<String, HttpResponse> mResponseMap = new HashMap<String, HttpResponse>(); field in CtsTestServer
330 mResponseMap.put(requestPath, response); in setResponse()
927 if (mResponseMap.containsKey(path)) { in getResponse()
928 response = mResponseMap.get(path); in getResponse()