Searched refs:MEASUREMENT_MAX_EVENT_REPORTS_PER_DESTINATION (Results 1 – 5 of 5) sorted by relevance
3794 int MEASUREMENT_MAX_EVENT_REPORTS_PER_DESTINATION = 1024; field3798 return MEASUREMENT_MAX_EVENT_REPORTS_PER_DESTINATION; in getMeasurementMaxEventReportsPerDestination()
3081 MEASUREMENT_MAX_EVENT_REPORTS_PER_DESTINATION); in getMeasurementMaxEventReportsPerDestination()
435 import static com.android.adservices.service.Flags.MEASUREMENT_MAX_EVENT_REPORTS_PER_DESTINATION;2813 MEASUREMENT_MAX_EVENT_REPORTS_PER_DESTINATION, in testGetMeasurementMaxEventReportsPerDestination()
29 import static com.android.adservices.service.Flags.MEASUREMENT_MAX_EVENT_REPORTS_PER_DESTINATION;10593 for (int i = firstReportTime; i < MEASUREMENT_MAX_EVENT_REPORTS_PER_DESTINATION; i++) { in testGetLatestReportTimeInBatchWindow_manyAggReport_manyEventReport_returnLatestReportTime()
223 .thenReturn(Flags.MEASUREMENT_MAX_EVENT_REPORTS_PER_DESTINATION); in before()