Searched refs:getRequest (Results 1 - 8 of 8) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DPublicApiFunctionalTest.java107 Download download = enqueueRequest(getRequest());
146 final Download download = enqueueRequest(getRequest()
164 Download download = enqueueRequest(getRequest()
186 Download download = enqueueRequest(getRequest());
206 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri()));
250 Download download1 = enqueueRequest(getRequest());
254 Download download2 = enqueueRequest(getRequest());
258 Download download3 = enqueueRequest(getRequest());
280 Download invisibleDownload = enqueueRequest(getRequest().setVisibleInDownloadsUi(false));
292 Download download1 = enqueueRequest(getRequest());
[all...]
H A DThreadingTest.java55 Download download = enqueueRequest(getRequest());
73 final Download d = enqueueRequest(getRequest());
H A DAbstractPublicApiTest.java223 protected DownloadManager.Request getRequest() method in class:AbstractPublicApiTest
225 return getRequest(getServerUri(REQUEST_PATH));
228 protected DownloadManager.Request getRequest(String path) { method in class:AbstractPublicApiTest
H A DStorageTest.java228 final DownloadManager.Request req = getRequest();
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DVCardService.java294 ((ExportProcessor)processor).getRequest().destUri.getEncodedPath();
425 final String path = ((ExportProcessor)job).getRequest().destUri.getEncodedPath();
H A DExportProcessor.java287 public ExportRequest getRequest() { method in class:ExportProcessor
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DAutoFocusHelper.java105 Object tag = result.getRequest().getTag();
H A DOneCameraZslImpl.java442 Object tag = captureResult.getRequest().getTag();

Completed in 117 milliseconds