Home
last modified time | relevance | path

Searched defs:fileGroup (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/build/soong/android/
H A Dfilegroup.go63 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 DFileGroupManagerTest.java2958 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 DFileGroupsMetadataTest.java233 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 DMddTestUtil.java288 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 DDownloadStateLogger.java57 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 DStorageLogger.java117 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 DMddGarbageCollectionWithAndroidSharingIntegrationTest.java155 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 DMobileDataDownloadIntegrationTest.java844 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 DFileGroupUtil.java50 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 DAndroidSharingUtil.java64 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 DFileGroupsMetadata.java47 ListenableFuture<Boolean> write(GroupKey groupKey, DataFileGroupInternal fileGroup); in write()
103 ListenableFuture<Boolean> addStaleGroup(DataFileGroupInternal fileGroup); in addStaleGroup()
H A DSharedPreferencesFileGroupsMetadata.java97 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/
DEnrollmentDataDownloadManager.java372 ClientFileGroup fileGroup = fileGroupFuture.get(); in getEnrollmentDataFile() local
404 private void commitFileGroupDataToSharedPref(ClientFileGroup fileGroup) { in commitFileGroupDataToSharedPref()
DEncryptionDataDownloadManager.java148 ClientConfigProto.ClientFileGroup fileGroup = fileGroupFuture.get(); in getEncryptionDataFiles() local
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/classifier/
DModelManager.java193 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 DStorageLoggerTest.java778 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 DCustomFileGroupValidator.java34 ListenableFuture<Boolean> validateFileGroup(ClientFileGroup fileGroup); in validateFileGroup()
/aosp_15_r20/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/
DOTAResourcesManager.java169 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/
Dmobile_data_downloader_lib.jarMETA-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/
Dmobile_data_downloader_lib.jarMETA-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/
Dmobile_data_downloader_lib.jarMETA-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/
Dmobile_data_downloader_lib.jarMETA-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/
DAdServicesLib.jarMETA-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/
DAdServicesLib.jarMETA-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/
Dadservices-service-core.jarprivate_join_and_compute/util/proto/test/Test.class Test.java package private_join_and_compute.util. ...

12