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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java 99 * <p>This client will later call back {@code responseCallback} with either
105 public void enqueue(Callback responseCallback) {
106 enqueue(responseCallback, false);
109 void enqueue(Callback responseCallback, boolean forWebSocket) {
114 client.getDispatcher().enqueue(new AsyncCall(responseCallback, forWebSocket));
139 private final Callback responseCallback;
142 private AsyncCall(Callback responseCallback, boolean forWebSocket) {
144 this.responseCallback = responseCallback;
174 responseCallback.onFailure(originalRequest, new IOException("Canceled"))
    [all...]
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocketCall.java 88 * <p>This client will later call back {@code responseCallback} with either an HTTP response or a
95 Callback responseCallback = new Callback() {
108 // TODO call.enqueue(responseCallback, true);
109 Internal.instance.callEnqueue(call, responseCallback, true);
  /hardware/qcom/gps/msm8998/location/
LocationAPI.h 633 responseCallback is called for every Tracking, Batching API, and Miscellanous API */
637 )> responseCallback;
713 responseCallback responseCb; // mandatory
    [all...]
  /hardware/qcom/gps/msm8909w_3100/location/
LocationAPI.h 663 responseCallback is called for every Tracking, Batching API, and Miscellanous API */
667 )> responseCallback;
749 responseCallback responseCb; // mandatory
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-ws/2.7.4/
okhttp-ws-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 

Completed in 310 milliseconds