Searched defs:sourceIds (Results 1 – 9 of 9) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/deletion/ |
D | MeasurementDataDeleterTest.java | 510 List<String> sourceIds = List.of("sourceId1", "sourceId2"); in deleteAppUninstalledData_uninstallEnabled_success() local 606 List<String> sourceIds = List.of("sourceId1", "sourceId2"); in delete_deletionModeAll_success() local 698 List<String> sourceIds = List.of("sourceId1", "sourceId2"); in delete_deletionModeAllFlexApi_success() local 837 List<String> sourceIds = List.of("sourceId1", "sourceId2"); in delete_deletionModeExcludeInternalData_success() local
|
/packages/apps/Settings/src/com/android/settings/safetycenter/ |
D | SafetySourceBroadcastReceiver.java | 71 Context context, List<String> sourceIds, SafetyEvent safetyEvent) { in refreshSafetySources()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/deletion/ |
D | MeasurementDataDeleter.java | 135 List<String> sourceIds = in delete() local 177 Collection<String> sourceIds, in deleteInternal()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | IMeasurementDao.java | 319 void updateSourceStatus(@NonNull Collection<String> sourceIds, @Source.Status int status) in updateSourceStatus() 576 void deleteSources(@NonNull Collection<String> sourceIds) throws DatastoreException; in deleteSources() 668 List<AggregateReport> fetchMatchingAggregateReports( in fetchMatchingAggregateReports() 680 List<EventReport> fetchMatchingEventReports( in fetchMatchingEventReports() 983 void deletePendingAggregateReportsAndAttributionsForSources(List<String> sourceIds) in deletePendingAggregateReportsAndAttributionsForSources() 994 void deleteFutureFakeEventReportsForSources(List<String> sourceIds, long currentTimeStamp) in deleteFutureFakeEventReportsForSources()
|
D | MeasurementDao.java | 1171 public void updateSourceStatus(@NonNull Collection<String> sourceIds, @Source.Status int status) in updateSourceStatus() 2083 public List<AggregateReport> fetchMatchingAggregateReports( in fetchMatchingAggregateReports() 2096 public List<EventReport> fetchMatchingEventReports( in fetchMatchingEventReports() 2111 Set<String> sourceIds = new HashSet<>(); in fetchFlexSourceIdsFor() local 2427 ImmutableList.Builder<String> sourceIds = new ImmutableList.Builder<>(); in fetchMatchingSources() local
|
/packages/modules/Permission/service/java/com/android/safetycenter/ |
D | SafetyCenterBroadcastDispatcher.java | 146 List<String> sourceIds = userIdsToSourceIds.valueAt(i); in sendRefreshSafetySourcesBroadcast() local 390 List<String> sourceIds = new ArrayList<>(); in getSourceIdsForRefreshReason() local
|
D | SafetyCenterRefreshTracker.java | 132 String refreshBroadcastId, List<String> sourceIds, @UserIdInt int userId) { in reportSourceRefreshesInFlight()
|
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/ |
D | SafetySourceIntentHandler.kt | 124 val sourceIds = intent.getStringArrayExtra(EXTRA_REFRESH_SAFETY_SOURCE_IDS) in processRefreshSafetySources() constant
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/attribution/ |
D | AttributionJobHandlerTest.java | 2348 List<String> sourceIds = sourceIdArg.getAllValues(); in shouldPerformMultipleAttributions() local
|