Searched refs:download (Results 1 – 25 of 118) sorted by relevance
12345
112 Download download = enqueueRequest(getRequest()); in testBasicRequest() local114 download.getLongField(DownloadManager.COLUMN_STATUS)); in testBasicRequest()116 download.getStringField(DownloadManager.COLUMN_URI)); in testBasicRequest()117 assertEquals(download.mId, download.getLongField(DownloadManager.COLUMN_ID)); in testBasicRequest()119 download.getLongField(DownloadManager.COLUMN_LAST_MODIFIED_TIMESTAMP)); in testBasicRequest()122 download.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL); in testBasicRequest()127 Uri localUri = Uri.parse(download.getStringField(DownloadManager.COLUMN_LOCAL_URI)); in testBasicRequest()130 assertEquals("text/plain", download.getStringField(DownloadManager.COLUMN_MEDIA_TYPE)); in testBasicRequest()133 assertEquals(size, download.getLongField(DownloadManager.COLUMN_TOTAL_SIZE_BYTES)); in testBasicRequest()134 assertEquals(size, download.getLongField(DownloadManager.COLUMN_BYTES_DOWNLOADED_SO_FAR)); in testBasicRequest()[all …]
17 package com.android.adservices.download;19 import static com.android.adservices.download.MddFlags.KEY_MDD_ANDROID_SHARING_SAMPLE_INTERVAL;20 import static com.android.adservices.download.MddFlags.KEY_MDD_API_LOGGING_SAMPLE_INTERVAL;21 import static com.android.adservices.download.MddFlags.KEY_MDD_CELLULAR_CHARGING_GCM_TASK_PERIOD_SE…22 import static com.android.adservices.download.MddFlags.KEY_MDD_CHARGING_GCM_TASK_PERIOD_SECONDS;23 import static com.android.adservices.download.MddFlags.KEY_MDD_DEFAULT_SAMPLE_INTERVAL;24 import static com.android.adservices.download.MddFlags.KEY_MDD_DOWNLOAD_EVENTS_SAMPLE_INTERVAL;25 import static com.android.adservices.download.MddFlags.KEY_MDD_GROUP_STATS_LOGGING_SAMPLE_INTERVAL;26 import static com.android.adservices.download.MddFlags.KEY_MDD_MAINTENANCE_GCM_TASK_PERIOD_SECONDS;27 import static com.android.adservices.download.MddFlags.KEY_MDD_MOBSTORE_FILE_SERVICE_STATS_SAMPLE_I…[all …]
17 package com.android.adservices.download;19 import static com.android.adservices.download.MddJob.CELLULAR_CHARGING_PERIODIC_TASK;20 import static com.android.adservices.download.MddJob.CHARGING_PERIODIC_TASK;21 import static com.android.adservices.download.MddJob.KEY_MDD_TASK_TAG;22 import static com.android.adservices.download.MddJob.MAINTENANCE_PERIODIC_TASK;23 import static com.android.adservices.download.MddJob.MILLISECONDS_PER_SECOND;24 import static com.android.adservices.download.MddJob.NetworkState.NETWORK_STATE_ANY;25 import static com.android.adservices.download.MddJob.NetworkState.NETWORK_STATE_CONNECTED;26 import static com.android.adservices.download.MddJob.NetworkState.NETWORK_STATE_UNMETERED;27 import static com.android.adservices.download.MddJob.createJobSpec;
17 package com.android.adservices.download;19 import static com.android.adservices.download.EncryptionDataDownloadManager.DownloadStatus.FAILURE;20 import static com.android.adservices.download.EncryptionDataDownloadManager.DownloadStatus.NO_FILE_…21 import static com.android.adservices.download.EncryptionDataDownloadManager.DownloadStatus.SUCCESS;
17 package com.android.adservices.download;19 import static com.android.adservices.download.EncryptionKeyConverterUtil.createEncryptionKeyFromJso…
41 SERVER_RELEASE_BASE_URL=${TZBB_PROJECT_URL}releases/download52 function download() { function85 // Run download-tzbb-files.sh98 download ${SERVER_SOURCE_BASE_URL} ${FILE} ${LOCAL_DATA_DIR}102 download ${SERVER_RELEASE_BASE_URL}/${RELEASE_ID} ${FILE} ${LOCAL_DATA_DIR}
2 // Run download-tzbb-files.sh18 …d from https://github.com/evansiroky/timezone-boundary-builder/releases/download/2020d/input-data.…22 …d from https://github.com/evansiroky/timezone-boundary-builder/releases/download/2020d/timezones.g…
17 package com.android.adservices.download;19 import static com.android.adservices.download.MddJob.NetworkState.NETWORK_STATE_ANY;20 import static com.android.adservices.download.MddJob.NetworkState.NETWORK_STATE_CONNECTED;21 import static com.android.adservices.download.MddJob.NetworkState.NETWORK_STATE_UNMETERED;40 import com.android.adservices.download.EnrollmentDataDownloadManager.DownloadStatus;
17 package com.android.ondevicepersonalization.services.download.mdd;21 import static com.android.ondevicepersonalization.services.download.mdd.MddTaskScheduler.MDD_TASK_T…35 import com.android.ondevicepersonalization.services.download.OnDevicePersonalizationDownloadProcess…
17 package com.android.ondevicepersonalization.services.download.mdd;
17 package com.android.ondevicepersonalization.services.download;34 import com.android.ondevicepersonalization.services.download.mdd.MobileDataDownloadFactory;35 import com.android.ondevicepersonalization.services.download.mdd.OnDevicePersonalizationFileGroupPo…
28 // Exclude Mobile Data Download Test. This test need network connection and download files.30 "src/com/android/adservices/download/MobileDataDownloadTest.java",105 // Exclude Mobile Data Download Test. This test need network connection and download files.107 "src/com/android/adservices/download/MobileDataDownloadTest.java",
99 // Exclude Mobile Data Download Test. This test need network connection and download files.101 "src/com/android/adservices/download/MobileDataDownloadTest.java",151 … // This test need network connection and download files so it could be more flaky and run longer.154 "src/com/android/adservices/download/MobileDataDownloadTest.java",269 // Exclude Mobile Data Download Test. This test need network connection and download files.271 "src/com/android/adservices/download/MobileDataDownloadTest.java",370 … // This test need network connection and download files so it could be more flaky and run longer.373 "src/com/android/adservices/download/MobileDataDownloadTest.java",
38 return download(jc, url, fos); in requestDownload()66 public static boolean download(JobContext jc, URL url, OutputStream output) { in download() method in DownloadUtils
74 public Builder setIsDownload(boolean download) { in setIsDownload() argument75 mIsDownload = download; in setIsDownload()
78 boolean download, in WriteMessageToStream() argument197 boolean download = false; in writeDataToPipe()208 download = true; in writeDataToPipe()210 download = true; in writeDataToPipe()214 WriteMessageToStream(accountId, messageId, includeAttachments, download, fout); in writeDataToPipe()
31 import com.android.adservices.download.MddJob;32 import com.android.adservices.download.MobileDataDownloadFactory;
17 package com.android.ondevicepersonalization.services.download;45 import com.android.ondevicepersonalization.services.download.mdd.MobileDataDownloadFactory;46 import com.android.ondevicepersonalization.services.download.mdd.OnDevicePersonalizationFileGroupPo…
17 package com.android.ondevicepersonalization.services.download;50 import com.android.ondevicepersonalization.services.download.mdd.MobileDataDownloadFactory;
27 import com.android.adservices.download.MddJob;28 import com.android.adservices.download.MddJobService;
1 …wnloaded from https://developers.google.com/api-client-library/java/google-api-java-client/download
60 '../../../../../external/mobile-data-download/java',111 …implementation files('../../../../../out/target/common/obj/JAVA_LIBRARIES/mobile-data-download-jav…
... .WrapperConfiguration configuration org.gradle.wrapper.IDownload download private static void addSystemProperties (java.util.Properties ...
9 `./build-dpkg` will verify, download, build, and install everything needed to build the floss dpkg.