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

/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DAndroidCaptureResultProxy.java50 public CaptureRequestProxy getRequest() { method in class:AndroidCaptureResultProxy
51 return new CaptureRequestProxy(mCaptureResult.getRequest());
H A DCaptureResultProxy.java39 public CaptureRequestProxy getRequest(); method in interface:CaptureResultProxy
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DPublicApiFunctionalTest.java109 Download download = enqueueRequest(getRequest());
148 final Download download = enqueueRequest(getRequest()
166 Download download = enqueueRequest(getRequest()
188 Download download = enqueueRequest(getRequest());
208 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri()));
252 Download download1 = enqueueRequest(getRequest());
256 Download download2 = enqueueRequest(getRequest());
260 Download download3 = enqueueRequest(getRequest());
282 Download invisibleDownload = enqueueRequest(getRequest().setVisibleInDownloadsUi(false));
294 Download download1 = enqueueRequest(getRequest());
[all...]
H A DThreadingTest.java60 final Download d = enqueueRequest(getRequest());
H A DAbstractPublicApiTest.java236 protected DownloadManager.Request getRequest() method in class:AbstractPublicApiTest
238 return getRequest(getServerUri(REQUEST_PATH));
241 protected DownloadManager.Request getRequest(String path) { method in class:AbstractPublicApiTest
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
H A DAutoFlashZslImageFilter.java108 public CaptureRequestProxy getRequest() { method in class:AutoFlashZslImageFilter.AEConvergedTotalCaptureResult
109 return mDelegate.getRequest();
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
H A DAETriggerResult.java78 result.getRequest().get(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER),
H A DAFTriggerResult.java75 result.getRequest().get(CaptureRequest.CONTROL_AF_TRIGGER),
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DVCardService.java250 ((ExportProcessor)processor).getRequest().destUri.getEncodedPath();
362 final String path = ((ExportProcessor)job).getRequest().destUri.getEncodedPath();
H A DExportProcessor.java336 public ExportRequest getRequest() { method in class:ExportProcessor
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DAutoFocusHelper.java106 Object tag = result.getRequest().getTag();
H A DOneCameraZslImpl.java495 Object tag = captureResult.getRequest().getTag();

Completed in 201 milliseconds