Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAuctionServerAdSelectionDaoTest.java79 Uri sellerReportingUri = Uri.parse("seller.reporting.uri"); in testInsertAndRead_validInput_success() local
113 Uri sellerReportingUri = Uri.parse("seller.reporting.uri"); in testUpdate_validInput_success() local
140 Uri sellerReportingUri = Uri.parse("seller.reporting.uri"); in testInsert_duplicateAdSelectionId_aborts() local
166 Uri sellerReportingUri = Uri.parse("seller.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()
96 public abstract DBReportingUris.Builder setSellerReportingUri( in setSellerReportingUri()
DDBReportingData.java82 long adSelectionId, @Nullable Uri sellerReportingUri, @Nullable Uri buyerReportingUri) { in create()
100 public abstract DBReportingData.Builder setSellerReportingUri( in setSellerReportingUri()
DDBAuctionServerAdSelection.java111 @Nullable Uri sellerReportingUri, in create()
149 public abstract DBAuctionServerAdSelection.Builder setSellerReportingUri( in setSellerReportingUri()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionServiceImplTest.java458 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionSuccessWithRegisterAdBeaconDisabled() local
586 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionSuccessCallbackThrowsErrorAuctionServerEnabled() local
714 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionFailureCallbackThrowsErrorAuctionServerEnabled() local
835 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionSuccessCallbackThrowsErrorAuctionServerDisabled() local
963 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionFailureCallbackThrowsErrorAuctionServerDisabled() local
1075 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionSuccessfullyReportsAdCost() local
1206 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionSuccessfullyReportsDataVersionHeader() local
1350 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionSuccessfullyReportsSellerDataVersionHeader() local
1481 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionSuccessWithRegisterAdBeaconEnabled() local
1614 Uri sellerReportingUri = mMockWebServerRule.uriForPath(mSellerReportingPath); in testReportImpressionSuccessWithUnifiedTablesEnabledAuctionServerDisabled() local
[all …]
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/
DMockWebServerDispatcherFactory.java261 int scoringLogicExecutionRunMs, String sellerReportingUri) { in getDecisionLogicJS()
/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.java471 Uri sellerReportingUri = reportingUris.sellerReportingUri; in doReport() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java3523 Uri sellerReportingUri = mockWebServerRule.uriForPath(SELLER_REPORTING_PATH); in testFledgeFlowSuccessWithMockServer_ContextualAdsFlow() local