/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | PublicApiFunctionalTest.java | 112 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 …]
|
D | AbstractPublicApiTest.java | 237 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
|
D | ThreadingTest.java | 60 final Download d = enqueueRequest(getRequest()); in testFilenameRace()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/ |
D | AndroidCaptureResultProxy.java | 50 public CaptureRequestProxy getRequest() { in getRequest() method in AndroidCaptureResultProxy 51 return new CaptureRequestProxy(mCaptureResult.getRequest()); in getRequest()
|
D | CaptureResultProxy.java | 39 public CaptureRequestProxy getRequest(); in getRequest() method
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/ |
D | AutoFlashZslImageFilter.java | 108 public CaptureRequestProxy getRequest() { in getRequest() method in AutoFlashZslImageFilter.AEConvergedTotalCaptureResult 109 return mDelegate.getRequest(); in getRequest()
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/model/ |
D | AppPermissionGroup.java | 228 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/ |
D | VCardService.java | 250 ((ExportProcessor)processor).getRequest().destUri.getEncodedPath(); in handleCancelRequest() 362 final String path = ((ExportProcessor)job).getRequest().destUri.getEncodedPath(); in handleFinishExportNotification()
|
D | ExportProcessor.java | 336 public ExportRequest getRequest() { in getRequest() method in ExportProcessor
|
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/ |
D | AETriggerResult.java | 78 result.getRequest().get(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER), in update()
|
D | AFTriggerResult.java | 75 result.getRequest().get(CaptureRequest.CONTROL_AF_TRIGGER), in update()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
D | AutoFocusHelper.java | 106 Object tag = result.getRequest().getTag(); in logExtraFocusInfo()
|
D | OneCameraZslImpl.java | 496 Object tag = captureResult.getRequest().getTag(); in takePicture()
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/handheld/ |
D | PermissionPreference.java | 594 getRequestMessage(getAppLabel(), mGroup, getContext(), mGroup.getRequest())); in showBackgroundChooserDialog()
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/ |
D | GrantPermissionsActivity.java | 661 messageId = groupState.mGroup.getRequest(); in showNextPermissionGroupGrantRequest()
|