Searched refs:getAdRenderUri (Results 1 – 6 of 6) sorted by relevance
49 expect.that(persistAdSelectionResultResponse.getAdRenderUri()).isEqualTo(VALID_RENDER_URI); in testBuildPersistAdSelectionResultResponse()67 expect.that(fromParcel.getAdRenderUri()).isEqualTo(VALID_RENDER_URI); in testParcelPersistAdSelectionResultResponse()
189 String adRenderUri = getAdRenderUri(buyerIndex, customAudienceName, i + 1); in createCustomAudience()216 public static String getAdRenderUri(int buyerIndex, String ca, int adId) { in getAdRenderUri() method in StaticAdTechServerUtils
554 WINNER_AD_RENDER_URI, callback.mPersistAdSelectionResultResponse.getAdRenderUri()); in testRunner_persistRemarketingResult_success()667 WINNER_AD_RENDER_URI, callback.mPersistAdSelectionResultResponse.getAdRenderUri()); in testRunner_persistAppInstallResult_success()783 WINNER_AD_RENDER_URI, callback.mPersistAdSelectionResultResponse.getAdRenderUri()); in testRunner_persistRemarketingResult_withInvalidSellerReportingUriSuccess()889 WINNER_AD_RENDER_URI, callback.mPersistAdSelectionResultResponse.getAdRenderUri()); in testRunner_persistAppInstallResult_withInvalidSellerReportingUriSuccess()995 WINNER_AD_RENDER_URI, callback.mPersistAdSelectionResultResponse.getAdRenderUri()); in testRunner_persistRemarketingResult_withInvalidBuyerReportingUriSuccess()1119 WINNER_AD_RENDER_URI, callback.mPersistAdSelectionResultResponse.getAdRenderUri()); in testRunner_persistRemarketingResult_forceOnAbsentOwnerFalseSkipsValidation()1218 WINNER_AD_RENDER_URI, callback.mPersistAdSelectionResultResponse.getAdRenderUri()); in testRunner_persistRemarketingResult_forceOnAbsentOwnerFalseFuzzySearch()1285 Assert.assertEquals(Uri.EMPTY, callback.mPersistAdSelectionResultResponse.getAdRenderUri()); in testRunner_persistChaffResult_nothingPersisted()1432 Assert.assertEquals(Uri.EMPTY, callback.mPersistAdSelectionResultResponse.getAdRenderUri()); in testRunner_revokedUserConsent_returnsEmptyResult()1615 WINNER_AD_RENDER_URI, callback.mPersistAdSelectionResultResponse.getAdRenderUri()); in testRunner_persistResultWithLongInteractionKeyAndUri_throwsException()[all …]
558 Assert.assertNotNull(callback2.mPersistAdSelectionResultResponse.getAdRenderUri()); in testAuctionServer_consentDisabled_throwsException()560 Uri.EMPTY, callback2.mPersistAdSelectionResultResponse.getAdRenderUri()); in testAuctionServer_consentDisabled_throwsException()1586 .getAdRenderUri()); in testPersistAdSelectionResult_withoutDecrypt_validRequest_success()1698 .getAdRenderUri()); in testPersistAdSelectionResult_withoutDecrypt_validRequest_successOmitAdsEnabled()1776 .getAdRenderUri()); in testAuctionServerResult_usedInWaterfallMediation_success()1931 .getAdRenderUri()); in testPersistAdSelectionResult_withDecrypt_validRequest_successEmptyUri()2038 .getAdRenderUri(); in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesDisabled()2226 .getAdRenderUri(); in testReportImpression_serverAuction_impressionAndInteractionReportingUnifiedTablesEnabled()2379 .getAdRenderUri(); in testReportImpression_serverAuction_sellerReportingFailure_noExceptionThrown()2487 .getAdRenderUri(); in testReportImpression_serverAuction_buyerReportingFailure_noExceptionThrown()[all …]
96 public Uri getAdRenderUri() { in getAdRenderUri() method in PersistAdSelectionResultResponse
354 resultParcel.getAdRenderUri()) in persistAdSelectionResult()