OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onResponse
(Results
1 - 20
of
20
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Callback.java
41
void
onResponse
(Response response) throws IOException;
Call.java
168
responseCallback.
onResponse
(response);
/packages/services/Telephony/src/com/android/services/telephony/activation/
SimActivationManager.java
37
void
onResponse
(int status);
50
response.
onResponse
(TelephonyManager.SIM_ACTIVATION_RESULT_COMPLETE);
SimActivationActivity.java
58
public void
onResponse
(int status) {
/frameworks/volley/src/main/java/com/android/volley/
Response.java
29
public void
onResponse
(T response);
/frameworks/volley/src/main/java/com/android/volley/toolbox/
ImageLoader.java
108
public void
onResponse
(ImageContainer response, boolean isImmediate) {
122
* 1. Upon being attached to a request,
onResponse
(response, true) will
127
* -
onResponse
(response, false) will be called if the image was loaded.
142
public void
onResponse
(ImageContainer response, boolean isImmediate);
220
imageListener.
onResponse
(container, true);
229
imageListener.
onResponse
(imageContainer, true);
254
public void
onResponse
(Bitmap response) {
474
container.mListener.
onResponse
(container, false);
NetworkImageView.java
160
public void
onResponse
(final ImageContainer response, boolean isImmediate) {
169
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
219
mListener.
onResponse
(response);
/frameworks/volley/src/test/java/com/android/volley/toolbox/
ImageLoaderTest.java
58
verify(listener).
onResponse
(ic, true);
70
verify(listener, times(2)).
onResponse
(any(ImageLoader.ImageContainer.class), eq(true));
97
assertNotNull(ImageLoader.ImageListener.class.getMethod("
onResponse
",
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
AsynchronousGet.java
38
@Override public void
onResponse
(Response response) throws IOException {
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
RecordingCallback.java
38
@Override public synchronized void
onResponse
(Response response) throws IOException {
CallTest.java
580
@Override public void
onResponse
(Response response) throws IOException {
637
@Override public void
onResponse
(Response response) throws IOException {
[
all
...]
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
OkHttpAsync.java
72
@Override public void
onResponse
(Response response) throws IOException {
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocketCall.java
100
@Override public void
onResponse
(Response response) throws IOException {
/frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java
721
public void
onResponse
(boolean portChanged) {
732
log("
onResponse
: portChanged=" + portChanged + " mKeepAliveInterval="
749
log("
onResponse
: checkTermination mKeepAliveInterval="
756
log("
onResponse
: mKeepAliveInterval=" + mKeepAliveInterval
861
public void
onResponse
(boolean portChanged) {
867
log("
onResponse
: keepalive doesn't work with interval "
[
all
...]
SipSessionGroup.java
529
void
onResponse
(boolean portChanged);
[
all
...]
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
Completed in 388 milliseconds