Home
last modified time | relevance | path

Searched refs:getRequest (Results 1 – 15 of 15) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java112 Download download = enqueueRequest(getRequest()); in testBasicRequest()
151 final Download download = enqueueRequest(getRequest() in testExtremelyLarge()
169 Download download = enqueueRequest(getRequest() in testTitleAndDescription()
191 Download download = enqueueRequest(getRequest()); in testInterruptedDownload()
211 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload()
285 Download invisibleDownload = enqueueRequest(getRequest().setVisibleInDownloadsUi(false)); in testFiltering()
297 Download download1 = enqueueRequest(getRequest()); in testOrdering()
301 Download download2 = enqueueRequest(getRequest()); in testOrdering()
305 Download download3 = enqueueRequest(getRequest()); in testOrdering()
344 enqueueRequest(getRequest("/no_host")); in testInvalidUri()
[all …]
DAbstractPublicApiTest.java237 protected DownloadManager.Request getRequest() in getRequest() method in AbstractPublicApiTest
239 return getRequest(getServerUri(REQUEST_PATH)); in getRequest()
244 final DownloadManager.Request request = getRequest(); in getRequestWithDestinationDownloadsDir()
249 protected DownloadManager.Request getRequest(String path) { in getRequest() method in AbstractPublicApiTest
DThreadingTest.java60 final Download d = enqueueRequest(getRequest()); in testFilenameRace()
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
DAndroidCaptureResultProxy.java50 public CaptureRequestProxy getRequest() { in getRequest() method in AndroidCaptureResultProxy
51 return new CaptureRequestProxy(mCaptureResult.getRequest()); in getRequest()
DCaptureResultProxy.java39 public CaptureRequestProxy getRequest(); in getRequest() method
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
DAutoFlashZslImageFilter.java108 public CaptureRequestProxy getRequest() { in getRequest() method in AutoFlashZslImageFilter.AEConvergedTotalCaptureResult
109 return mDelegate.getRequest(); in getRequest()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/model/
DAppPermissionGroup.java228 loadGroupDescription(context, groupInfo, packageManager), getRequest(groupInfo), in create()
337 group.getRequest(), group.getRequestDetail(), in create()
361 private static @StringRes int getRequest(PackageItemInfo group) { in getRequest() method in AppPermissionGroup
528 public @StringRes int getRequest() { in getRequest() method in AppPermissionGroup
/packages/apps/Contacts/src/com/android/contacts/vcard/
DVCardService.java250 ((ExportProcessor)processor).getRequest().destUri.getEncodedPath(); in handleCancelRequest()
362 final String path = ((ExportProcessor)job).getRequest().destUri.getEncodedPath(); in handleFinishExportNotification()
DExportProcessor.java336 public ExportRequest getRequest() { in getRequest() method in ExportProcessor
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
DAETriggerResult.java78 result.getRequest().get(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER), in update()
DAFTriggerResult.java75 result.getRequest().get(CaptureRequest.CONTROL_AF_TRIGGER), in update()
/packages/apps/Camera2/src/com/android/camera/one/v2/
DAutoFocusHelper.java106 Object tag = result.getRequest().getTag(); in logExtraFocusInfo()
DOneCameraZslImpl.java496 Object tag = captureResult.getRequest().getTag(); in takePicture()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/handheld/
DPermissionPreference.java594 getRequestMessage(getAppLabel(), mGroup, getContext(), mGroup.getRequest())); in showBackgroundChooserDialog()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/
DGrantPermissionsActivity.java661 messageId = groupState.mGroup.getRequest(); in showNextPermissionGroupGrantRequest()