Home
last modified time | relevance | path

Searched refs:HOVER_BUYER_PATH (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java288 private static final String HOVER_BUYER_PATH = "/hover/buyer"; field in FledgeE2ETest
1558 + mockWebServerRule.uriForPath(HOVER_BUYER_PATH) in testFledgeFlowSuccessWithOneCAWithNegativeBidsWithDevOverrides_v3BiddingLogic()
3673 + mockWebServerRule.uriForPath(HOVER_BUYER_PATH) in testFledgeFlowSuccessWithAppInstallWithMockServer()
3752 + mockWebServerRule.uriForPath(HOVER_BUYER_PATH) in testFledgeFlowSuccessWithAppInstallFlagOffWithMockServer()
4318 + mockWebServerRule.uriForPath(HOVER_BUYER_PATH) in getV3BiddingLogicJs()
4397 + mockWebServerRule.uriForPath(HOVER_BUYER_PATH) in getBiddingLogicWithBeacons()
4459 + mockWebServerRule.uriForPath(HOVER_BUYER_PATH) in getBiddingLogicWithBeaconsWithAdCost()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionServiceImplTest.java263 private static final String HOVER_BUYER_PATH = "/hover/buyer"; field in AdSelectionServiceImplTest
3036 Uri hoverUriBuyer = mMockWebServerRule.uriForPath(HOVER_BUYER_PATH); in testReportImpressionSuccessfullyRegistersEventUris()
3216 Uri hoverUriBuyer = mMockWebServerRule.uriForPath(HOVER_BUYER_PATH); in testReportImpressionFailsWithRegisterAdBeaconDisabled()
3366 Uri hoverUriBuyer = Uri.parse(differentServer.getUrl(HOVER_BUYER_PATH).toString()); in testReportImpressionSucceedsButDesNotRegisterUrisThatFailDomainValidation()
3534 mMockWebServerRule.unreachableUriWithSubdomainForPath(HOVER_BUYER_PATH); in testReportImpressionSucceedsAndRegistersUrisWithSubdomains()
3708 Uri hoverUriBuyer = Uri.parse(HOVER_BUYER_PATH); in testReportImpressionSucceedsButDesNotRegisterMalformedUris()
3873 Uri hoverUriBuyer = mMockWebServerRule.uriForPath(HOVER_BUYER_PATH); in testReportImpressionOnlyRegisterSellerUrisWhenBuyerJSFails()
4027 Uri hoverUriBuyer = mMockWebServerRule.uriForPath(HOVER_BUYER_PATH); in testReportImpressionDoesNotRegisterUrisWhenSellerJSFails()
4173 Uri hoverUriBuyer = mMockWebServerRule.uriForPath(HOVER_BUYER_PATH); in testReportImpressionDoesNotRegisterMoreThanMaxInteractionUrisFromPhFlag()
4339 Uri hoverUriBuyer = mMockWebServerRule.uriForPath(HOVER_BUYER_PATH); in testReportImpressionSucceedsButDesNotRegisterUrisWithInteractionKeySizeThatExceedsMax()
[all …]