Home
last modified time | relevance | path

Searched refs:getReportUriPath (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DEventReportSenderTest.java99 assertThat(new EventReportSender(false, sContext).getReportUriPath()) in testDebugReportUriPath()
101 assertThat(new EventReportSender(true, sContext).getReportUriPath()) in testDebugReportUriPath()
DAggregateReportSenderTest.java122 Truth.assertThat(new AggregateReportSender(false, sContext).getReportUriPath()) in testDebugReportUriPath()
124 Truth.assertThat(new AggregateReportSender(true, sContext).getReportUriPath()) in testDebugReportUriPath()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DEventReportSender.java52 public String getReportUriPath() { in getReportUriPath() method in EventReportSender
DAggregateReportSender.java52 public String getReportUriPath() { in getReportUriPath() method in AggregateReportSender