Home
last modified time | relevance | path

Searched refs:adSelectionEntry (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DReportingComputationHelperUnifiedTablesDisabled.java48 DBAdSelectionEntry adSelectionEntry = in getReportingComputation() local
51 .setBuyerDecisionLogicJs(adSelectionEntry.getBuyerDecisionLogicJs()) in getReportingComputation()
52 .setBuyerDecisionLogicUri(adSelectionEntry.getBiddingLogicUri()) in getReportingComputation()
55 adSelectionEntry.getSellerContextualSignals())) in getReportingComputation()
58 adSelectionEntry.getBuyerContextualSignals())) in getReportingComputation()
59 .setWinningCustomAudienceSignals(adSelectionEntry.getCustomAudienceSignals()) in getReportingComputation()
60 .setWinningRenderUri(adSelectionEntry.getWinningAdRenderUri()) in getReportingComputation()
61 .setWinningBid(adSelectionEntry.getWinningAdBid()) in getReportingComputation()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBAdSelectionEntry.java98 DBAdSelectionEntry adSelectionEntry = (DBAdSelectionEntry) o; in equals() local
100 return mAdSelectionId == adSelectionEntry.mAdSelectionId in equals()
102 mCustomAudienceSignals, adSelectionEntry.mCustomAudienceSignals) in equals()
103 && mBuyerContextualSignals.equals(adSelectionEntry.mBuyerContextualSignals) in equals()
104 && Objects.equals(mWinningAdRenderUri, adSelectionEntry.mWinningAdRenderUri) in equals()
105 && mWinningAdBid == adSelectionEntry.mWinningAdBid in equals()
106 && Objects.equals(mCreationTimestamp, adSelectionEntry.mCreationTimestamp) in equals()
107 && Objects.equals(mBuyerDecisionLogicJs, adSelectionEntry.mBuyerDecisionLogicJs) in equals()
108 && Objects.equals(mBiddingLogicUri, adSelectionEntry.mBiddingLogicUri) in equals()
110 mSellerContextualSignals, adSelectionEntry.mSellerContextualSignals); in equals()
DAdSelectionEntryDao.java904 DBAdSelectionEntry adSelectionEntry = getAdSelectionEntityById(adSelectionId); in getReportingDataForId() local
907 .setBuyerDecisionLogicJs(adSelectionEntry.getBuyerDecisionLogicJs()) in getReportingDataForId()
908 .setBuyerDecisionLogicUri(adSelectionEntry.getBiddingLogicUri()) in getReportingDataForId()
911 adSelectionEntry.getSellerContextualSignals())) in getReportingDataForId()
914 adSelectionEntry.getBuyerContextualSignals())) in getReportingDataForId()
916 adSelectionEntry.getCustomAudienceSignals()) in getReportingDataForId()
917 .setWinningRenderUri(adSelectionEntry.getWinningAdRenderUri()) in getReportingDataForId()
918 .setWinningBid(adSelectionEntry.getWinningAdBid()) in getReportingDataForId()
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/adselection/
DAdSelectionEntryDaoTest.java749 DBAdSelectionEntry adSelectionEntry = in testGetsAdSelectionEntryExistsContextualAd() local
753 assertEquals(expected, adSelectionEntry); in testGetsAdSelectionEntryExistsContextualAd()
761 DBAdSelectionEntry adSelectionEntry = in testGetsAdSelectionEntryExistsAndDifferentBuyerDecisionLogicExists() local
765 assertEquals(expected, adSelectionEntry); in testGetsAdSelectionEntryExistsAndDifferentBuyerDecisionLogicExists()
773 DBAdSelectionEntry adSelectionEntry = in testGetsAdSelectionEntryExistsAndBuyerDecisionLogicExists() local
778 assertEquals(adSelectionEntry, expected); in testGetsAdSelectionEntryExistsAndBuyerDecisionLogicExists()
807 DBAdSelectionEntry adSelectionEntry = in testJoinsWithCorrectBuyerDecisionLogic() local
812 assertEquals(adSelectionEntry, expected); in testJoinsWithCorrectBuyerDecisionLogic()
832 DBAdSelectionEntry adSelectionEntry = in testOverwriteDecisionLogic() local
836 assertEquals(adSelectionEntry, expected); in testOverwriteDecisionLogic()
[all …]