/aosp_15_r20/build/soong/android/ |
H A D | filegroup.go | 63 type fileGroup struct { struct 64 ModuleBase 65 DefaultableModuleBase 66 properties fileGroupProperties 67 srcs Paths 85 func (fg *fileGroup) JSONActions() []blueprint.JSONAction { 100 func (fg *fileGroup) GenerateAndroidBuildActions(ctx ModuleContext) { 131 func (fg *fileGroup) Srcs() Paths { 135 func (fg *fileGroup) MakeVars(ctx MakeVarsModuleContext) { 157 func (fg *fileGroup) IDEInfo(ctx BaseModuleContext, dpInfo *IdeInfo) {
|
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/ |
H A D | FileGroupManagerTest.java | 2958 DataFileGroupInternal fileGroup = in testImportFilesIntoFileGroup_whenPerformingImport_choosesFileSourceById() local 2973 writePendingFileGroup(getPendingKey(groupKey), fileGroup); in testImportFilesIntoFileGroup_whenPerformingImport_choosesFileSourceById() local 3111 DataFileGroupInternal fileGroup = MddTestUtil.createDataFileGroupInternal(TEST_GROUP, 0); in testImportFilesIntoFileGroup_whenImportFails_preventsMetadataUpdate() local 3135 writeDownloadedFileGroup(getDownloadedKey(groupKey), fileGroup); in testImportFilesIntoFileGroup_whenImportFails_preventsMetadataUpdate() local 3246 DataFileGroupInternal fileGroup = in testDownloadPendingGroup_success() local 3304 DataFileGroupInternal fileGroup = in testDownloadPendingGroup_withFailingCustomValidator() local 3371 DataFileGroupInternal fileGroup = in testDownloadFileGroup_failed() local 3459 DataFileGroupInternal fileGroup = MddTestUtil.createDataFileGroupInternal(TEST_GROUP, 3); in testDownloadFileGroup_failedWithMultipleExceptions() local 3561 DataFileGroupInternal fileGroup = MddTestUtil.createDataFileGroupInternal(TEST_GROUP, 2); in testDownloadFileGroup_failedWithUnknownError() local 3614 DataFileGroupInternal fileGroup = MddTestUtil.createDataFileGroupInternal(TEST_GROUP, 2); in testDownloadFileGroup_pending() local [all …]
|
H A D | FileGroupsMetadataTest.java | 233 DataFileGroupInternal fileGroup = MddTestUtil.createDataFileGroupInternal(TEST_GROUP, 2); in removeFileGroup() local 280 DataFileGroupInternal fileGroup = MddTestUtil.createDataFileGroupInternal(TEST_GROUP, 2); in clear_removesAllMetadata() local 612 GroupKey groupKey, DataFileGroup fileGroup, Optional<String> instanceId) { in writeDataFileGroup()
|
H A D | MddTestUtil.java | 288 DataFileGroupInternal fileGroup, in writeSharedFiles() 321 DataFileGroupInternal fileGroup, in writeSharedFiles()
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/logging/ |
H A D | DownloadStateLogger.java | 57 public void logStarted(DataFileGroupInternal fileGroup) { in logStarted() 68 public void logPending(DataFileGroupInternal fileGroup) { in logPending() 79 public void logFailed(DataFileGroupInternal fileGroup) { in logFailed() 90 public void logComplete(DataFileGroupInternal fileGroup) { in logComplete() 102 private void logDownloadLatency(DataFileGroupInternal fileGroup) { in logDownloadLatency() 135 MddClientEvent.Code code, DataFileGroupInternal fileGroup) { in logEventWithDataFileGroup()
|
H A D | StorageLogger.java | 117 private static GroupKey createGroupKey(DataFileGroupInternal fileGroup) { in createGroupKey() 157 allKeysAndGroups.add(GroupKeyAndGroup.create(createGroupKey(fileGroup), fileGroup)); in buildStorageStatsInternal() local
|
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/ |
H A D | MddGarbageCollectionWithAndroidSharingIntegrationTest.java | 155 private void downloadFileGroup(DataFileGroup fileGroup) throws Exception { in downloadFileGroup() 182 private ClientFileGroup verifyDownloadedGroupIsDownloaded(DataFileGroup fileGroup, int fileCount) in verifyDownloadedGroupIsDownloaded() 204 DataFileGroup fileGroup = in deletesStaleGroups_staleLifetimeZero() local 296 DataFileGroup fileGroup = in deletesStaleGroups_staleLifetimeTwoDays() local 397 DataFileGroup fileGroup = in deletesExpiredGroups() local
|
H A D | MobileDataDownloadIntegrationTest.java | 844 DataFileGroup fileGroup = in download_relativeFilePaths_createsSymlinks() local 915 DataFileGroup fileGroup = in remove_relativeFilePaths_removesSymlinks() local
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/util/ |
H A D | FileGroupUtil.java | 50 public static long getExpirationDateMillis(DataFileGroupInternal fileGroup) { in getExpirationDateMillis() 57 public static long getStaleExpirationDateMillis(DataFileGroupInternal fileGroup) { in getStaleExpirationDateMillis() 65 DataFileGroupInternal fileGroup, TimeSource timeSource) { in isActiveGroupExpired() 330 public static int getInlineFileCount(DataFileGroupInternal fileGroup) { in getInlineFileCount()
|
H A D | AndroidSharingUtil.java | 64 DataFileGroupInternal fileGroup, in blobExists() 117 DataFileGroupInternal fileGroup, in copyFileToBlobStore() 177 DataFileGroupInternal fileGroup, in acquireLease()
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/ |
H A D | FileGroupsMetadata.java | 47 ListenableFuture<Boolean> write(GroupKey groupKey, DataFileGroupInternal fileGroup); in write() 103 ListenableFuture<Boolean> addStaleGroup(DataFileGroupInternal fileGroup); in addStaleGroup()
|
H A D | SharedPreferencesFileGroupsMetadata.java | 97 DataFileGroupInternal fileGroup = in read() local 104 public ListenableFuture<Boolean> write(GroupKey groupKey, DataFileGroupInternal fileGroup) { in write()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/download/ |
D | EnrollmentDataDownloadManager.java | 372 ClientFileGroup fileGroup = fileGroupFuture.get(); in getEnrollmentDataFile() local 404 private void commitFileGroupDataToSharedPref(ClientFileGroup fileGroup) { in commitFileGroupDataToSharedPref()
|
D | EncryptionDataDownloadManager.java | 148 ClientConfigProto.ClientFileGroup fileGroup = fileGroupFuture.get(); in getEncryptionDataFiles() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/classifier/ |
D | ModelManager.java | 193 ClientFileGroup fileGroup = getClientFileGroup(); in getDownloadedFiles() local 213 ClientFileGroup fileGroup = null; in getClientFileGroup() local
|
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/logging/ |
H A D | StorageLoggerTest.java | 778 DataFileGroupInternal fileGroup, boolean downloaded) { in createGroupKeyAndGroup() 783 private static GroupKey createGroupKey(DataFileGroupInternal fileGroup, boolean downloaded) { in createGroupKey()
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/ |
H A D | CustomFileGroupValidator.java | 34 ListenableFuture<Boolean> validateFileGroup(ClientFileGroup fileGroup); in validateFileGroup()
|
/aosp_15_r20/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ |
D | OTAResourcesManager.java | 169 ClientFileGroup fileGroup; in getDownloadedFiles() local
|
/aosp_15_r20/out/soong/.intermediates/external/mobile-data-download/mobile_data_downloader_lib/android_common_apex33/local-javac-header/ |
D | mobile_data_downloader_lib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/mobile-data-download/mobile_data_downloader_lib/android_common_apex30/local-javac-header/ |
D | mobile_data_downloader_lib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/mobile-data-download/mobile_data_downloader_lib/android_common_apex30/javac/ |
D | mobile_data_downloader_lib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/mobile-data-download/mobile_data_downloader_lib/android_common_apex33/javac/ |
D | mobile_data_downloader_lib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/apk/AdServicesLib/android_common_apex30/javac/ |
D | AdServicesLib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/apk/AdServicesLib/android_common_apex33/javac/ |
D | AdServicesLib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/jarjar/ |
D | adservices-service-core.jar | private_join_and_compute/util/proto/test/Test.class
Test.java
package private_join_and_compute.util. ... |