Searched defs:Request (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DRequest.java52 class Request { class
101 * Instantiates a new Request.
111 Request(String method, HttpHost host, HttpHost proxyHost, String path, method in class:Request
156 * @param connection Request served by this connection
212 HttpLog.v("Request.sendRequest() " + mHost.getSchemeName() + "://" + getHostPort());
232 HttpLog.v("Request.requestSent() " + mHost.getSchemeName() + "://" + getHostPort() + mPath);
258 "Request.readResponseStatus() " +
321 if (HttpLog.LOGV) HttpLog.v("Request.readResponse() " + count);
357 if (HttpLog.LOGV) HttpLog.v("Request.readResponse(): done " +
369 HttpLog.v("Request
[all...]
/frameworks/native/include/utils/
H A DLooper.h323 struct Request { struct in class:android::Looper
332 Request request;
359 KeyedVector<int, Request> mRequests; // guarded by mLock
369 void pushResponse(int events, const Request& request);
/frameworks/support/volley/src/com/android/volley/
H A DRequest.java35 public abstract class Request<T> implements Comparable<Request<T>> { class in inherits:Comparable
89 public Request(String url, Response.ErrorListener listener) { method in class:Request
105 * @see Request#setTag(Object)
401 * Delivers error message to the ErrorListener that the Request was
417 public int compareTo(Request<T> other) {
/frameworks/base/core/java/android/app/
H A DDownloadManager.java334 public static class Request { class in class:DownloadManager
412 public Request(Uri uri) { method in class:DownloadManager.Request
423 Request(String uriString) { method in class:DownloadManager.Request
440 public Request setDestinationUri(Uri uri) {
458 public Request setDestinationToSystemCache() {
475 public Request setDestinationInExternalFilesDir(Context context, String dirType,
494 public Request setDestinationInExternalPublicDir(String dirType, String subPath) {
520 * should be called before {@link DownloadManager#enqueue(Request)} is called.
535 public Request addRequestHeader(String header, String value) {
555 public Request setTitl
[all...]

Completed in 86 milliseconds