Searched defs:RequestQueue (Results 1 - 2 of 2) sorted by relevance

/frameworks/volley/src/com/android/volley/
H A DRequestQueue.java39 public class RequestQueue { class
58 * The set of all requests currently being processed by this RequestQueue. A Request
98 public RequestQueue(Cache cache, Network network, int threadPoolSize, method in class:RequestQueue
113 public RequestQueue(Cache cache, Network network, int threadPoolSize) { method in class:RequestQueue
124 public RequestQueue(Cache cache, Network network) { method in class:RequestQueue
176 * {@link RequestQueue#cancelAll(RequestFilter)}.
/frameworks/base/core/java/android/net/http/
H A DRequestQueue.java50 public class RequestQueue implements RequestFeeder { class in inherits:RequestFeeder
87 mContext, i, this, RequestQueue.this);
104 synchronized (RequestQueue.this) {
105 RequestQueue.this.notify();
161 synchronized(RequestQueue.this) {
174 host = RequestQueue.this.determineHost(host);
179 RequestQueue.this);
190 * A RequestQueue class instance maintains a set of queued
198 public RequestQueue(Context context) { method in class:RequestQueue
203 * A RequestQueue clas
212 public RequestQueue(Context context, int connectionCount) { method in class:RequestQueue
[all...]

Completed in 86 milliseconds