Home
last modified time | relevance | path

Searched defs:getRequest (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
DCaptureResultProxy.java39 public CaptureRequestProxy getRequest(); in getRequest() method
DAndroidCaptureResultProxy.java50 public CaptureRequestProxy getRequest() { in getRequest() method in AndroidCaptureResultProxy
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractPublicApiTest.java237 protected DownloadManager.Request getRequest() in getRequest() method in AbstractPublicApiTest
249 protected DownloadManager.Request getRequest(String path) { in getRequest() method in AbstractPublicApiTest
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
DAutoFlashZslImageFilter.java108 public CaptureRequestProxy getRequest() { in getRequest() method in AutoFlashZslImageFilter.AEConvergedTotalCaptureResult
/packages/apps/Contacts/src/com/android/contacts/vcard/
DExportProcessor.java337 public ExportRequest getRequest() { in getRequest() method in ExportProcessor
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/
DAppPermissionGroup.java413 private static @StringRes int getRequest(PackageItemInfo group) { in getRequest() method in AppPermissionGroup
/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java1175 private static <T> T getRequest(@Nullable PendingRequest<?, ?> pendingRequest, in getRequest() method in UserHalService.PendingRequest
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
DUtils.java1065 public static int getRequest(String groupName) { in getRequest() method in Utils