Searched refs:AggregateReportSender (Results 1 – 4 of 4) sorted by relevance
95 AggregateReportSender aggregateReportSender = new AggregateReportSender(false, sContext); in testSendAggregateReport()96 AggregateReportSender spyAggregateReportSender = Mockito.spy(aggregateReportSender); in testSendAggregateReport()114 AggregateReportSender aggregateReportSender = new AggregateReportSender(false, sContext); in testCreateHttpUrlConnection()122 Truth.assertThat(new AggregateReportSender(false, sContext).getReportUriPath()) in testDebugReportUriPath()123 .isEqualTo(AggregateReportSender.AGGREGATE_ATTRIBUTION_REPORT_URI_PATH); in testDebugReportUriPath()124 Truth.assertThat(new AggregateReportSender(true, sContext).getReportUriPath()) in testDebugReportUriPath()125 .isEqualTo(AggregateReportSender.DEBUG_AGGREGATE_ATTRIBUTION_REPORT_URI_PATH); in testDebugReportUriPath()
30 public class AggregateReportSender extends MeasurementReportSender { class42 public AggregateReportSender(boolean isDebugReport, Context context) { in AggregateReportSender() method in AggregateReportSender
411 AggregateReportSender aggregateReportSender = in makeHttpPostRequest()412 new AggregateReportSender(mIsDebugInstance, mContext); in makeHttpPostRequest()
24 import static com.android.adservices.service.measurement.reporting.AggregateReportSender.AGGREGATE_…25 import static com.android.adservices.service.measurement.reporting.AggregateReportSender.DEBUG_AGGR…