Searched refs:getRequest (Results 1 – 13 of 13) sorted by relevance
109 Download download = enqueueRequest(getRequest()); in testBasicRequest()148 final Download download = enqueueRequest(getRequest() in testExtremelyLarge()166 Download download = enqueueRequest(getRequest() in testTitleAndDescription()188 Download download = enqueueRequest(getRequest()); in testInterruptedDownload()208 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload()252 Download download1 = enqueueRequest(getRequest()); in testFiltering()256 Download download2 = enqueueRequest(getRequest()); in testFiltering()260 Download download3 = enqueueRequest(getRequest()); in testFiltering()282 Download invisibleDownload = enqueueRequest(getRequest().setVisibleInDownloadsUi(false)); in testFiltering()294 Download download1 = enqueueRequest(getRequest()); in testOrdering()[all …]
236 protected DownloadManager.Request getRequest() in getRequest() method in AbstractPublicApiTest238 return getRequest(getServerUri(REQUEST_PATH)); in getRequest()241 protected DownloadManager.Request getRequest(String path) { in getRequest() method in AbstractPublicApiTest
60 final Download d = enqueueRequest(getRequest()); in testFilenameRace()
230 final DownloadManager.Request req = getRequest(); in prepareAndRunDownload()
50 public CaptureRequestProxy getRequest() { in getRequest() method in AndroidCaptureResultProxy51 return new CaptureRequestProxy(mCaptureResult.getRequest()); in getRequest()
39 public CaptureRequestProxy getRequest(); in getRequest() method
108 public CaptureRequestProxy getRequest() { in getRequest() method in AutoFlashZslImageFilter.AEConvergedTotalCaptureResult109 return mDelegate.getRequest(); in getRequest()
250 ((ExportProcessor)processor).getRequest().destUri.getEncodedPath(); in handleCancelRequest()362 final String path = ((ExportProcessor)job).getRequest().destUri.getEncodedPath(); in handleFinishExportNotification()
336 public ExportRequest getRequest() { in getRequest() method in ExportProcessor
78 result.getRequest().get(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER), in update()
75 result.getRequest().get(CaptureRequest.CONTROL_AF_TRIGGER), in update()
106 Object tag = result.getRequest().getTag(); in logExtraFocusInfo()
495 Object tag = captureResult.getRequest().getTag(); in takePicture()