Home
last modified time | relevance | path

Searched defs:buyerReportingUri (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAuctionServerAdSelectionDaoTest.java80 Uri buyerReportingUri = Uri.parse("buyer.reporting.uri"); in testInsertAndRead_validInput_success() local
114 Uri buyerReportingUri = Uri.parse("buyer.reporting.uri"); in testUpdate_validInput_success() local
141 Uri buyerReportingUri = Uri.parse("buyer.reporting.uri"); in testInsert_duplicateAdSelectionId_aborts() local
167 Uri buyerReportingUri = Uri.parse("buyer.reporting.uri"); in testDelete_retrievingDeletedId_fails() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBReportingUris.java78 long adSelectionId, @NonNull Uri sellerReportingUri, @NonNull Uri buyerReportingUri) { in create()
100 public abstract DBReportingUris.Builder setBuyerReportingUri( in setBuyerReportingUri()
DDBReportingData.java82 long adSelectionId, @Nullable Uri sellerReportingUri, @Nullable Uri buyerReportingUri) { in create()
104 public abstract DBReportingData.Builder setBuyerReportingUri( in setBuyerReportingUri()
DDBAuctionServerAdSelection.java112 @Nullable Uri buyerReportingUri) { in create()
153 public abstract DBAuctionServerAdSelection.Builder setBuyerReportingUri( in setBuyerReportingUri()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionServiceImplTest.java459 Uri buyerReportingUri = mMockWebServerRule.uriForPath(mBuyerReportingPath); in testReportImpressionSuccessWithRegisterAdBeaconDisabled() local
587 Uri buyerReportingUri = mMockWebServerRule.uriForPath(mBuyerReportingPath); in testReportImpressionSuccessCallbackThrowsErrorAuctionServerEnabled() local
715 Uri buyerReportingUri = mMockWebServerRule.uriForPath(mBuyerReportingPath); in testReportImpressionFailureCallbackThrowsErrorAuctionServerEnabled() local
836 Uri buyerReportingUri = mMockWebServerRule.uriForPath(mBuyerReportingPath); in testReportImpressionSuccessCallbackThrowsErrorAuctionServerDisabled() local
964 Uri buyerReportingUri = mMockWebServerRule.uriForPath(mBuyerReportingPath); in testReportImpressionFailureCallbackThrowsErrorAuctionServerDisabled() local
1076 Uri buyerReportingUri = mMockWebServerRule.uriForPath(mBuyerReportingPath); in testReportImpressionSuccessfullyReportsAdCost() local
1207 Uri buyerReportingUri = mMockWebServerRule.uriForPath(mBuyerReportingPath); in testReportImpressionSuccessfullyReportsDataVersionHeader() local
1351 Uri buyerReportingUri = mMockWebServerRule.uriForPath(mBuyerReportingPath); in testReportImpressionSuccessfullyReportsSellerDataVersionHeader() local
1482 Uri buyerReportingUri = mMockWebServerRule.uriForPath(mBuyerReportingPath); in testReportImpressionSuccessWithRegisterAdBeaconEnabled() local
1615 Uri buyerReportingUri = mMockWebServerRule.uriForPath(mBuyerReportingPath); in testReportImpressionSuccessWithUnifiedTablesEnabledAuctionServerDisabled() local
[all …]
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/
DMockWebServerDispatcherFactory.java269 int biddingLogicExecutionRunMs, String buyerReportingUri) { in getBiddingLogicJS()
277 int biddingLogicExecutionRunMs, String buyerReportingUri, String script) { in getBiddingLogicJS()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DDataHandlersFixture.java246 public static ReportingData getReportingData(Uri buyerReportingUri, Uri sellerReportingUri) { in getReportingData()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DImpressionReporter.java472 Uri buyerReportingUri = reportingUris.buyerReportingUri; in doReport() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java3524 Uri buyerReportingUri = mockWebServerRule.uriForPath(BUYER_REPORTING_PATH); in testFledgeFlowSuccessWithMockServer_ContextualAdsFlow() local