Home
last modified time | relevance | path

Searched defs:download (Results 1 – 25 of 873) sorted by relevance

12345678910>>...35

/aosp_15_r20/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java112 Download download = enqueueRequest(getRequest()); in testBasicRequest() local
151 final Download download = enqueueRequest(getRequest() in testExtremelyLarge() local
169 Download download = enqueueRequest(getRequest() in testTitleAndDescription() local
191 Download download = enqueueRequest(getRequest()); in testInterruptedDownload() local
211 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload() local
355 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); in testDestination() local
375 Download download = enqueueRequest(getRequest().addRequestHeader("Header1", "value1") in testRequestHeaders() local
385 Download download = enqueueRequest(getRequest().addRequestHeader("header", "value")); in testDelete() local
402 Download download = enqueueRequest(getRequest()); in testSizeLimitOverMobile() local
430 final Download download = enqueueRequest(getRequest()); in testRunawayRedirect() local
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/
H A DDownloadManager.java103 DownloadManager downloadManager, Download download, @Nullable Exception finalException) {} in onDownloadChanged()
111 default void onDownloadRemoved(DownloadManager downloadManager, Download download) {} in onDownloadRemoved()
668 Download download, DownloadRequest request, int stopReason, long nowMs) { in mergeRequest()
841 @Nullable Download download = getDownload(id, /* loadFromIndex= */ false); in setStopReason() local
856 private void setStopReason(Download download, int stopReason) { in setStopReason()
889 @Nullable Download download = getDownload(request.id, /* loadFromIndex= */ true); in addDownload() local
908 @Nullable Download download = getDownload(id, /* loadFromIndex= */ true); in removeDownload() local
971 Download download = downloads.get(i); in syncTasks() local
1009 private Task syncQueuedDownload(@Nullable Task activeTask, Download download) { in syncQueuedDownload()
1042 Task activeTask, Download download, int accumulatingDownloadTaskCount) { in syncDownloadingDownload()
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/
H A DDownloadManager.java103 DownloadManager downloadManager, Download download, @Nullable Exception finalException) {} in onDownloadChanged()
111 default void onDownloadRemoved(DownloadManager downloadManager, Download download) {} in onDownloadRemoved()
669 Download download, DownloadRequest request, int stopReason, long nowMs) { in mergeRequest()
842 @Nullable Download download = getDownload(id, /* loadFromIndex= */ false); in setStopReason() local
857 private void setStopReason(Download download, int stopReason) { in setStopReason()
890 @Nullable Download download = getDownload(request.id, /* loadFromIndex= */ true); in addDownload() local
909 @Nullable Download download = getDownload(id, /* loadFromIndex= */ true); in removeDownload() local
972 Download download = downloads.get(i); in syncTasks() local
1010 private Task syncQueuedDownload(@Nullable Task activeTask, Download download) { in syncQueuedDownload()
1043 Task activeTask, Download download, int accumulatingDownloadTaskCount) { in syncDownloadingDownload()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/offline/
H A DDefaultDownloadIndexTest.java76 Download download = new DownloadBuilder(id).build(); in addAndGetDownload_nonExistingId_returnsTheSameDownload() local
90 Download download = in addAndGetDownload_existingId_returnsUpdatedDownload() local
119 Download download = new DownloadBuilder(id).build(); in releaseAndRecreateDownloadIndex_returnsTheSameDownload() local
136 Download download = new DownloadBuilder(id).build(); in removeDownload_existingId_getDownloadReturnsNull() local
268 Download download = downloadBuilder.build(); in setStopReason_setReasonToNone() local
285 Download download = downloadBuilder.build(); in setStopReason_setReason() local
300 Download download = downloadBuilder.build(); in setStopReason_notTerminalState_doesNotSetStopReason() local
317 Download download = downloadBuilder.build(); in setStatesToRemoving_setsStateAndClearsFailureReason() local
332 Download download = downloadBuilder.build(); in setSingleDownloadStopReason_setReasonToNone() local
349 Download download = downloadBuilder.build(); in setSingleDownloadStopReason_setReason() local
[all …]
H A DDownloadManagerTest.java610 Download download = postGetDownloadIndex().getDownload(ID1); in addDownload_whilstRemovingWithStopReason_addsStartedDownload() local
641 Download download = downloads.get(0); in addDownloadWithStopReason_whilstRemoving_addsStoppedDownload() local
652 Download download = downloadBuilder.build(); in mergeRequest_removing_becomesRestarting() local
669 Download download = downloadBuilder.build(); in mergeRequest_failed_becomesQueued() local
690 Download download = downloadBuilder.build(); in mergeRequest_stopped_staysStopped() local
705 Download download = downloadBuilder.build(); in mergeRequest_completedWithStopReason_becomesStopped() local
838 private static void assertEqualIgnoringUpdateTime(Download download, Download that) { in assertEqualIgnoringUpdateTime()
914 public void download(ProgressListener listener) throws IOException { in download() method in DownloadManagerTest.FakeDownloader
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/offline/
H A DDefaultDownloadIndexTest.java76 Download download = new DownloadBuilder(id).build(); in addAndGetDownload_nonExistingId_returnsTheSameDownload() local
90 Download download = in addAndGetDownload_existingId_returnsUpdatedDownload() local
119 Download download = new DownloadBuilder(id).build(); in releaseAndRecreateDownloadIndex_returnsTheSameDownload() local
136 Download download = new DownloadBuilder(id).build(); in removeDownload_existingId_getDownloadReturnsNull() local
268 Download download = downloadBuilder.build(); in setStopReason_setReasonToNone() local
285 Download download = downloadBuilder.build(); in setStopReason_setReason() local
300 Download download = downloadBuilder.build(); in setStopReason_notTerminalState_doesNotSetStopReason() local
317 Download download = downloadBuilder.build(); in setStatesToRemoving_setsStateAndClearsFailureReason() local
332 Download download = downloadBuilder.build(); in setSingleDownloadStopReason_setReasonToNone() local
349 Download download = downloadBuilder.build(); in setSingleDownloadStopReason_setReason() local
[all …]
H A DDownloadManagerTest.java610 Download download = postGetDownloadIndex().getDownload(ID1); in addDownload_whilstRemovingWithStopReason_addsStartedDownload() local
641 Download download = downloads.get(0); in addDownloadWithStopReason_whilstRemoving_addsStoppedDownload() local
652 Download download = downloadBuilder.build(); in mergeRequest_removing_becomesRestarting() local
669 Download download = downloadBuilder.build(); in mergeRequest_failed_becomesQueued() local
690 Download download = downloadBuilder.build(); in mergeRequest_stopped_staysStopped() local
705 Download download = downloadBuilder.build(); in mergeRequest_completedWithStopReason_becomesStopped() local
838 private static void assertEqualIgnoringUpdateTime(Download download, Download that) { in assertEqualIgnoringUpdateTime()
914 public void download(ProgressListener listener) throws IOException { in download() method in DownloadManagerTest.FakeDownloader
H A DActionFileUpgradeUtilTest.java256 Download download = downloadIndex.getDownload(request2.id); in mergeRequest_existingDownload_createsMergedDownload() local
304 Download download = downloadIndex.getDownload(request.id); in assertDownloadIndexContainsRequest() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/main/src/main/java/com/google/android/exoplayer2/demo/
H A DDownloadTracker.java95 @Nullable Download download = downloads.get(checkNotNull(mediaItem.localConfiguration).uri); in isDownloaded() local
101 @Nullable Download download = downloads.get(uri); in getDownloadRequest() local
107 @Nullable Download download = downloads.get(checkNotNull(mediaItem.localConfiguration).uri); in toggleDownload() local
126 Download download = loadedDownloads.getDownload(); in loadDownloads() local
138 DownloadManager downloadManager, Download download, @Nullable Exception finalException) { in onDownloadChanged()
146 public void onDownloadRemoved(DownloadManager downloadManager, Download download) { in onDownloadRemoved()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/main/src/main/java/com/google/android/exoplayer2/demo/
H A DDownloadTracker.java100 @Nullable Download download = downloads.get(checkNotNull(mediaItem.localConfiguration).uri); in isDownloaded() local
106 @Nullable Download download = downloads.get(uri); in getDownloadRequest() local
112 @Nullable Download download = downloads.get(checkNotNull(mediaItem.localConfiguration).uri); in toggleDownload() local
132 Download download = loadedDownloads.getDownload(); in loadDownloads() local
144 DownloadManager downloadManager, Download download, @Nullable Exception finalException) { in onDownloadChanged()
152 public void onDownloadRemoved(DownloadManager downloadManager, Download download) { in onDownloadRemoved()
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/it/java/software/amazon/awssdk/transfer/s3/
H A DS3TransferManagerDownloadIntegrationTest.java72 FileDownload download = in download_toFile() local
88 FileDownload download = in download_toFile_shouldReplaceExisting() local
101 Download<ResponseBytes<GetObjectResponse>> download = in download_toBytes() local
115 Download<ResponsePublisher<GetObjectResponse>> download = in download_toPublisher() local
H A DS3TransferManagerDownloadPauseResumeIntegrationTest.java80 FileDownload download = tmCrt.downloadFile(request); in pauseAndResume_ObjectNotChanged_shouldResumeDownload() local
107 FileDownload download = tmCrt.downloadFile(request); in pauseAndResume_objectChanged_shouldStartFromBeginning() local
141 FileDownload download = tmCrt.downloadFile(request); in pauseAndResume_fileChanged_shouldStartFromBeginning() local
157 private static void waitUntilFirstByteBufferDelivered(FileDownload download) { in waitUntilFirstByteBufferDelivered()
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/serialization/
H A DResumableFileDownloadSerializerTest.java70 void serializeDeserialize_ShouldWorkForAllDownloads(ResumableFileDownload download) { in serializeDeserialize_ShouldWorkForAllDownloads()
79 ResumableFileDownload download = in serializeDeserialize_fromStoredString_ShouldWork() local
99 ResumableFileDownload download = in serializeDeserialize_DoesNotPersistConfiguration() local
129 ResumableFileDownload download = ResumableFileDownload.builder() in serializeDeserialize_DoesNotPersistRequestOverrideConfiguration() local
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/samples/
H A DS3TransferManagerSamples.java89 FileDownload download = transferManager.downloadFile(downloadFileRequest); in downloadFile() local
96 public void download() { in download() method in S3TransferManagerSamples
107 Download<ResponseBytes<GetObjectResponse>> download = in download() local
124 FileDownload download = in resumeDownloadFile() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-java-source/gen/android/hardware/tv/tuner/
DDemuxMmtpFilterSettingsFilterSettings.java21 …public final static int download = 5; // android.hardware.tv.tuner.DemuxFilterDownloadSettings do… field in DemuxMmtpFilterSettingsFilterSettings
123 …public static DemuxMmtpFilterSettingsFilterSettings download(android.hardware.tv.tuner.DemuxFilter… in download() method in DemuxMmtpFilterSettingsFilterSettings
274 public static final int download = 5; field
DDemuxFilterEvent.java21 …public final static int download = 5; // android.hardware.tv.tuner.DemuxFilterDownloadEvent downl… field in DemuxFilterEvent
126 …public static DemuxFilterEvent download(android.hardware.tv.tuner.DemuxFilterDownloadEvent _value)… in download() method in DemuxFilterEvent
392 public static final int download = 5; field
/aosp_15_r20/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_client.py957 def Compose(self, request, global_params=None, download=None): argument
986 def Copy(self, request, global_params=None, download=None): argument
1041 def Get(self, request, global_params=None, download=None): argument
1096 def Insert(self, request, global_params=None, upload=None, download=None): argument
1259 def Update(self, request, global_params=None, download=None): argument
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/robolectricutils/src/main/java/com/google/android/exoplayer2/robolectric/
H A DTestDownloadManagerListener.java105 DownloadManager downloadManager, Download download, @Nullable Exception finalException) { in onDownloadChanged()
113 public void onDownloadRemoved(DownloadManager downloadManager, Download download) { in onDownloadRemoved()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/robolectricutils/src/main/java/com/google/android/exoplayer2/robolectric/
H A DTestDownloadManagerListener.java105 DownloadManager downloadManager, Download download, @Nullable Exception finalException) { in onDownloadChanged()
113 public void onDownloadRemoved(DownloadManager downloadManager, Download download) { in onDownloadRemoved()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/remote/
DExtendedFile.java78 public void setDownloadFuture(Future<BuildRetrievalError> download) { in setDownloadFuture()
83 ExecutorService serviceUsed, Future<BuildRetrievalError> download) { in setDownloadFuture()
/aosp_15_r20/external/pytorch/functorch/examples/maml_omniglot/support/
H A Domniglot_loaders.py51 def __init__(self, root, transform=None, target_transform=None, download=False): argument
89 def download(self): member in Omniglot
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-ndk-source/gen/include/aidl/android/hardware/tv/tuner/
DDemuxMmtpFilterSettingsFilterSettings.h61 download = 5, enumerator
70 static const inline Tag download = Tag::download; variable
DDemuxFilterEvent.h68 download = 5, enumerator
81 static const inline Tag download = Tag::download; variable
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/services/s3/transfermanager/
H A Dprototype.java45 default Download download(String bucket, String key, Path file) { in download() method
68 default Download download(URL presignedUrl, Path file) { in download() method
97 Download download(DownloadObjectRequest request, Path file); in download() method
/aosp_15_r20/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DImageDownloader.java97 public void download(String url, ImageView imageView) { in download() method in ImageDownloader
109 public void download(String url, ImageView imageView, String cookie) { in download() method in ImageDownloader

12345678910>>...35