Searched refs:finish (Results 201 - 207 of 207) sorted by path

123456789

/frameworks/support/volley/src/com/android/volley/
H A DCacheDispatcher.java96 request.finish("cache-discard-canceled");
H A DExecutorDelivery.java91 // If this request has canceled, finish it and don't deliver.
93 mRequest.finish("canceled-at-delivery");
109 mRequest.finish("done");
H A DNetworkDispatcher.java93 request.finish("network-discard-cancelled");
104 request.finish("not-modified");
H A DRequest.java134 void finish(final String tag) { method in class:Request
136 mRequestQueue.finish(this);
141 // If we finish marking off of the main thread, we need to
148 mEventLog.finish(this.toString());
155 mEventLog.finish(this.toString());
H A DRequestQueue.java252 * Called from {@link Request#finish(String)}, indicating that processing of the given request
258 void finish(Request request) { method in class:RequestQueue
H A DVolleyLog.java118 public synchronized void finish(String header) { method in class:VolleyLog.MarkerLog
140 finish("Request on the loose");
141 e("Marker log finalized without finish() - uncaught exit point for request");
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DAndroidJUnitRunner.java250 finish(Activity.RESULT_OK, mResults);

Completed in 59 milliseconds

123456789