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

  /frameworks/volley/src/com/android/volley/
Response.java 29 public void onResponse(T response);
  /frameworks/volley/src/com/android/volley/toolbox/
ImageLoader.java 109 public void onResponse(ImageContainer response, boolean isImmediate) {
123 * 1. Upon being attached to a request, onResponse(response, true) will
128 * - onResponse(response, false) will be called if the image was loaded.
143 public void onResponse(ImageContainer response, boolean isImmediate);
198 imageListener.onResponse(container, true);
207 imageListener.onResponse(imageContainer, true);
222 public void onResponse(Bitmap response) {
449 container.mListener.onResponse(container, false);
NetworkImageView.java 150 public void onResponse(final ImageContainer response, boolean isImmediate) {
159 onResponse(response, false);
JsonRequest.java 65 mListener.onResponse(response);
StringRequest.java 60 mListener.onResponse(response);
RequestFuture.java 141 public synchronized void onResponse(T response) {
ImageRequest.java 186 mListener.onResponse(response);
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 695 public void onResponse(boolean portChanged) {
706 log("onResponse: portChanged=" + portChanged + " mKeepAliveInterval="
723 log("onResponse: checkTermination mKeepAliveInterval="
730 log("onResponse: mKeepAliveInterval=" + mKeepAliveInterval
834 public void onResponse(boolean portChanged) {
840 log("onResponse: keepalive doesn't work with interval "
    [all...]
SipSessionGroup.java 529 void onResponse(boolean portChanged);
    [all...]

Completed in 150 milliseconds