Home
last modified time | relevance | path

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

/frameworks/volley/src/main/java/com/android/volley/
DRequest.java38 public abstract class Request<T> implements Comparable<Request<T>> { class
121 public Request(String url, Response.ErrorListener listener) { in Request() method in Request
131 public Request(int method, String url, Response.ErrorListener listener) { in Request() method in Request
/frameworks/base/core/java/android/app/
DDownloadManager.java345 public static class Request { class in DownloadManager
423 public Request(Uri uri) { in Request() method in DownloadManager.Request
434 Request(String uriString) { in Request() method in DownloadManager.Request
DVoiceInteractor.java211 public static abstract class Request { class in VoiceInteractor
217 Request() { in Request() method in VoiceInteractor.Request
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java287 public static class Request { class in VoiceInteractionSession
304 Request(String packageName, int uid, IVoiceInteractorCallback callback, in Request() method in VoiceInteractionSession.Request