Searched defs:sourceIds (Results 1 – 7 of 7) sorted by relevance
381 List<String> sourceIds = List.of("sourceId1", "sourceId2"); in delete_deletionModeAll_success() local458 List<String> sourceIds = List.of("sourceId1", "sourceId2"); in delete_deletionModeExcludeInternalData_success() local
72 private static void refreshSafetySources(Context context, List<String> sourceIds, in refreshSafetySources()
205 void updateSourceStatus(@NonNull List<String> sourceIds, @Source.Status int status) in updateSourceStatus()405 void deleteSources(@NonNull List<String> sourceIds) throws DatastoreException; in deleteSources()492 List<AggregateReport> fetchMatchingAggregateReports( in fetchMatchingAggregateReports()504 List<EventReport> fetchMatchingEventReports( in fetchMatchingEventReports()
599 public void updateSourceStatus(@NonNull List<String> sourceIds, @Source.Status int status) in updateSourceStatus()1429 public List<AggregateReport> fetchMatchingAggregateReports( in fetchMatchingAggregateReports()1442 public List<EventReport> fetchMatchingEventReports( in fetchMatchingEventReports()1553 ImmutableList.Builder<String> sourceIds = new ImmutableList.Builder<>(); in fetchMatchingSources() local
150 List<String> sourceIds = userIdsToSourceIds.valueAt(i); in sendRefreshSafetySourcesBroadcast() local387 List<String> sourceIds = new ArrayList<>(); in getSourceIdsForRefreshReason() local
136 String refreshBroadcastId, List<String> sourceIds, @UserIdInt int userId) { in reportSourceRefreshesInFlight()
124 val sourceIds = intent.getStringArrayExtra(EXTRA_REFRESH_SAFETY_SOURCE_IDS) in processRefreshSafetySources() constant