HomeSort by relevance Sort by last modified time
    Searched defs:performRequest (Results 1 - 9 of 9) sorted by null

  /frameworks/support/volley/src/com/android/volley/
Network.java 29 public NetworkResponse performRequest(Request<?> request) throws VolleyError;
  /frameworks/support/volley/src/com/android/volley/toolbox/
HttpStack.java 42 public HttpResponse performRequest(Request<?> request, Map<String, String> additionalHeaders)
HttpClientStack.java 65 public HttpResponse performRequest(Request<?> request, Map<String, String> additionalHeaders)
BasicNetwork.java 83 public NetworkResponse performRequest(Request<?> request) throws VolleyError {
93 httpResponse = mHttpStack.performRequest(request, headers);
HurlStack.java 72 public HttpResponse performRequest(Request<?> request, Map<String, String> additionalHeaders)
  /frameworks/support/volley/tests/src/com/android/volley/mock/
MockNetwork.java 46 public NetworkResponse performRequest(Request<?> request) throws VolleyError {
MockHttpStack.java 55 public HttpResponse performRequest(Request<?> request, Map<String, String> additionalHeaders)
  /frameworks/support/volley/tests/src/com/android/volley/
RequestQueueTest.java 154 public NetworkResponse performRequest(Request<?> request) {
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 448 void PluginView::performRequest(PluginRequest* request)
527 // Schedule a new request before calling performRequest since the call to
528 // performRequest can cause the plugin view to be deleted.
532 performRequest(request);
    [all...]

Completed in 90 milliseconds