Searched refs:SELLER_DECISION_LOGIC_URI_PATH (Results 1 – 7 of 7) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | FledgeE2ETest.java | 247 private static final String SELLER_DECISION_LOGIC_URI_PATH = "/ssp/decision/logic/"; field in FledgeE2ETest 775 SELLER_DECISION_LOGIC_URI_PATH, in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderEnabled() 861 SELLER_DECISION_LOGIC_URI_PATH, in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderDisabled() 1244 .uriForPath(SELLER_DECISION_LOGIC_URI_PATH) in testFledgeFlowFailsWithMismatchedPackageNamesReportImpression() 1247 mockWebServerRule.uriForPath(SELLER_DECISION_LOGIC_URI_PATH)) in testFledgeFlowFailsWithMismatchedPackageNamesReportImpression() 1261 .uriForPath(SELLER_DECISION_LOGIC_URI_PATH) in testFledgeFlowFailsWithMismatchedPackageNamesReportImpression() 1264 mockWebServerRule.uriForPath(SELLER_DECISION_LOGIC_URI_PATH)) in testFledgeFlowFailsWithMismatchedPackageNamesReportImpression() 1407 .uriForPath(SELLER_DECISION_LOGIC_URI_PATH) in testFledgeFlowFailsWithWrongPackageNameReportInteraction() 1410 mockWebServerRule.uriForPath(SELLER_DECISION_LOGIC_URI_PATH)) in testFledgeFlowFailsWithWrongPackageNameReportInteraction() 1663 .uriForPath(SELLER_DECISION_LOGIC_URI_PATH) in testFledgeFlowFailsWithBothCANegativeBidsWithDevOverrides() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | AdSelectionE2ETest.java | 227 private static final String SELLER_DECISION_LOGIC_URI_PATH = "/ssp/decision/logic/"; field in AdSelectionE2ETest 359 if (SELLER_DECISION_LOGIC_URI_PATH.equals(request.getPath())) { 400 if (SELLER_DECISION_LOGIC_URI_PATH.equals(request.getPath())) { 502 if (SELLER_DECISION_LOGIC_URI_PATH.equals(request.getPath())) { 551 if (SELLER_DECISION_LOGIC_URI_PATH.equals(request.getPath())) { 777 if (SELLER_DECISION_LOGIC_URI_PATH.equals(request.getPath())) { in setUp() 873 mMockWebServerRule.uriForPath(SELLER_DECISION_LOGIC_URI_PATH).getHost()); in setUp() 882 mMockWebServerRule.uriForPath(SELLER_DECISION_LOGIC_URI_PATH)) in setUp() 1213 mMockWebServerRule.uriForPath(SELLER_DECISION_LOGIC_URI_PATH)) in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled() 1364 mMockWebServerRule.uriForPath(SELLER_DECISION_LOGIC_URI_PATH)) in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled() [all …]
|
D | AdSelectionFailureE2ETest.java | 151 private static final String SELLER_DECISION_LOGIC_URI_PATH = "/ssp/decision/logic/"; field in AdSelectionFailureE2ETest 340 if (SELLER_DECISION_LOGIC_URI_PATH.equals(request.getPath())) { in setUp() 384 mMockWebServerRule.uriForPath(SELLER_DECISION_LOGIC_URI_PATH).getHost()); in setUp() 396 mMockWebServerRule.uriForPath(SELLER_DECISION_LOGIC_URI_PATH)) in setUp()
|
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/protectedaudience/ |
D | FledgeCtsDebuggableJetpackTest.java | 133 private static final String SELLER_DECISION_LOGIC_URI_PATH = "/seller/decision/simple_logic"; field in FledgeCtsDebuggableJetpackTest 144 String.format("https://%s%s", SELLER, SELLER_DECISION_LOGIC_URI_PATH)), 269 SELLER + "etld_noise", SELLER_DECISION_LOGIC_URI_PATH)), in testAdSelection_etldViolation_failure() 315 SELLER + "etld_noise", SELLER_DECISION_LOGIC_URI_PATH)), in testReportImpression_etldViolation_failure() 711 SELLER_DECISION_LOGIC_URI_PATH + "?delay=" + 10000)), in testAdSelection_overallTimeout_Failure()
|
/packages/modules/AdServices/adservices/tests/cts/endtoends/customaudience/src/com/android/adservices/tests/cts/customaudience/ |
D | CustomAudienceTest.java | 163 private static final String SELLER_DECISION_LOGIC_URI_PATH = "/ssp/decision/logic/"; field in CustomAudienceTest 632 .setDecisionLogicUri(Uri.parse(mServerBaseAddress + SELLER_DECISION_LOGIC_URI_PATH)) in getAdSelectionConfig() 660 } else if (requestPath.startsWith(SELLER_DECISION_LOGIC_URI_PATH)) { in getMockWebServer()
|
/packages/modules/AdServices/adservices/tests/cts/sandbox/fledge/providers/sdkFledge/src/com/android/tests/providers/sdkfledge/ |
D | SdkFledge.java | 73 private static final String SELLER_DECISION_LOGIC_URI_PATH = "/ssp/decision/logic/"; field in SdkFledge 132 SELLER, SELLER_DECISION_LOGIC_URI_PATH)))
|
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/ |
D | FledgeCtsDebuggableTest.java | 188 private static final String SELLER_DECISION_LOGIC_URI_PATH = "/ssp/decision/logic/"; field in FledgeCtsDebuggableTest 271 SELLER_DECISION_LOGIC_URI_PATH))) 1008 SELLER_DECISION_LOGIC_URI_PATH)) in testFledgeAuctionSelectionFlow_overallWithSubdomains_Success() 1266 SELLER_DECISION_LOGIC_URI_PATH))) in testFledgeSelectionFlow_WithContextualAds_Success() 1384 SELLER_DECISION_LOGIC_URI_PATH))) in testFledgeSelectionFlow_WithContextualAdsDisabled_ContextualAdsRemoved() 1501 SELLER_DECISION_LOGIC_URI_PATH))) in testFledgeSelectionFlow_WithContextualAdsLogging_Success() 1546 SELLER_DECISION_LOGIC_URI_PATH))) in testFledgeSelectionFlow_OnlyContextualAds_Success() 1699 SELLER_DECISION_LOGIC_URI_PATH))) in testFledgeSelectionFlow_WithUnauthorizedContextualAds_Success() 1927 SELLER_DECISION_LOGIC_URI_PATH))) in testAdSelection_etldViolation_failure() 2010 SELLER_DECISION_LOGIC_URI_PATH))) in testReportImpression_etldViolation_failure() [all …]
|