Home
last modified time | relevance | path

Searched refs:SELLER_REPORTING_PATH (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/
DMockWebServerDispatcherFactory.java70 private static final String SELLER_REPORTING_PATH = "/reporting/seller"; field in MockWebServerDispatcherFactory
171 .uriForPath(SELLER_REPORTING_PATH) in create()
199 || SELLER_REPORTING_PATH.equals(request.getPath())) { in create()
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/
DBaselinePerfTest.java177 + SELLER_REPORTING_PATH in testAdSelectionAndReporting_executionHeavyJS_success()
190 || SELLER_REPORTING_PATH.equals(request.getPath())) { in testAdSelectionAndReporting_executionHeavyJS_success()
259 + SELLER_REPORTING_PATH in testAdSelectionAndReporting_memoryHeavyJS_success()
272 || SELLER_REPORTING_PATH.equals(request.getPath())) { in testAdSelectionAndReporting_memoryHeavyJS_success()
DAbstractPerfTest.java100 protected static final String SELLER_REPORTING_PATH = "/reporting/seller"; field in AbstractPerfTest
112 + SELLER_REPORTING_PATH
212 || SELLER_REPORTING_PATH.equals(request.getPath())) { in setup()
/packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/providers/sdkFledge/src/com/android/tests/providers/sdkfledge/
DSdkFledge.java77 private static final String SELLER_REPORTING_PATH = "/reporting/seller"; field in SdkFledge
196 + getUri(SELLER.toString(), SELLER_REPORTING_PATH).toString() in onLoadSdk()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java252 private static final String SELLER_REPORTING_PATH = "/reporting/seller"; field in FledgeE2ETest
781 SELLER_REPORTING_PATH + "?dataVersion=" + DATA_VERSION_2, in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderEnabled()
867 SELLER_REPORTING_PATH, in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderDisabled()
1279 + SELLER_REPORTING_PATH in testFledgeFlowFailsWithMismatchedPackageNamesReportImpression()
1681 + SELLER_REPORTING_PATH in testFledgeFlowFailsWithBothCANegativeBidsWithDevOverrides()
3523 Uri sellerReportingUri = mockWebServerRule.uriForPath(SELLER_REPORTING_PATH); in testFledgeFlowSuccessWithMockServer_ContextualAdsFlow()
3584 case SELLER_REPORTING_PATH: // Intentional fallthrough in testFledgeFlowSuccessWithMockServer_ContextualAdsFlow()
3645 SELLER_REPORTING_PATH, in testFledgeFlowSuccessWithMockServer_ContextualAdsFlow()
3853 case SELLER_REPORTING_PATH: // Intentional fallthrough in testFledgeFlowSuccessWithRevokedUserConsentForApp()
4368 + mockWebServerRule.uriForPath(SELLER_REPORTING_PATH) in getDecisionLogicJs()
[all …]
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DFledgeCtsDebuggableTest.java189 private static final String SELLER_REPORTING_PATH = "/reporting/seller"; field in FledgeCtsDebuggableTest
206 String.format("https://%s%s", AdSelectionConfigFixture.SELLER, SELLER_REPORTING_PATH);