Home
last modified time | relevance | path

Searched refs:getReportingDestinations (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DReportEventRequestTest.java66 assertEquals(DESTINATIONS, request.getReportingDestinations()); in testBuildReportEventRequestSuccess_viewInputEvent()
81 assertEquals(DESTINATIONS, request.getReportingDestinations()); in testBuildReportEventRequestSuccess_clickInputEvent()
115 assertEquals(FLAG_REPORTING_DESTINATION_SELLER, request.getReportingDestinations()); in testBuildReportEventRequestSuccess_callAllSetters()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DReportInteractionInputTest.java80 expect.that(fromParcel.getReportingDestinations()).isEqualTo(DESTINATIONS); in testWriteToParcel_nonNullOptionalParameters()
111 expect.that(fromParcel.getReportingDestinations()).isEqualTo(DESTINATIONS); in testWriteToParcel_nullInputEvent()
141 expect.that(fromParcel.getReportingDestinations()).isEqualTo(DESTINATIONS); in testWriteToParcel_nullAdId()
172 expect.that(fromParcel.getReportingDestinations()).isEqualTo(DESTINATIONS); in testWriteToParcel_nullCallerSdkName()
DAdSelectionManagerTest.java126 expect.that(input.getReportingDestinations()).isEqualTo(REPORTING_DESTINATIONS); in testAdSelectionManager_reportEvent_adIdEnabled()
152 expect.that(input.getReportingDestinations()).isEqualTo(REPORTING_DESTINATIONS); in testAdSelectionManager_reportEvent_adIdZeroOut()
178 expect.that(input.getReportingDestinations()).isEqualTo(REPORTING_DESTINATIONS); in testAdSelectionManager_reportEvent_adIdDisabled()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DReportEventRequest.java144 public int getReportingDestinations() { in getReportingDestinations() method in ReportEventRequest
DReportInteractionInput.java165 public int getReportingDestinations() { in getReportingDestinations() method in ReportInteractionInput
DAdSelectionManager.java772 .setReportingDestinations(request.getReportingDestinations()) in reportEvent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DReportEventImpl.java123 input.getReportingDestinations()) in performReporting()
DReportAndRegisterEventFallbackImpl.java143 input.getReportingDestinations()) in performReporting()
DReportAndRegisterEventImpl.java149 input.getReportingDestinations()) in performReporting()
DEventReporter.java179 int destinationsBitField = input.getReportingDestinations(); in getReportingUris()
/packages/modules/AdServices/adservices/framework/api/
Dcurrent.txt210 method public int getReportingDestinations();