Searched refs:adSelectionEntry (Results 1 – 4 of 4) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | ReportingComputationHelperUnifiedTablesDisabled.java | 48 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/ |
D | DBAdSelectionEntry.java | 98 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()
|
D | AdSelectionEntryDao.java | 867 DBAdSelectionEntry adSelectionEntry = getAdSelectionEntityById(adSelectionId); in getReportingDataForId() local 870 .setBuyerDecisionLogicJs(adSelectionEntry.getBuyerDecisionLogicJs()) in getReportingDataForId() 871 .setBuyerDecisionLogicUri(adSelectionEntry.getBiddingLogicUri()) in getReportingDataForId() 874 adSelectionEntry.getSellerContextualSignals())) in getReportingDataForId() 877 adSelectionEntry.getBuyerContextualSignals())) in getReportingDataForId() 879 adSelectionEntry.getCustomAudienceSignals()) in getReportingDataForId() 880 .setWinningRenderUri(adSelectionEntry.getWinningAdRenderUri()) in getReportingDataForId() 881 .setWinningBid(adSelectionEntry.getWinningAdBid()) in getReportingDataForId()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/ |
D | AdSelectionEntryDaoTest.java | 747 DBAdSelectionEntry adSelectionEntry = in testGetsAdSelectionEntryExistsContextualAd() local 751 assertEquals(expected, adSelectionEntry); in testGetsAdSelectionEntryExistsContextualAd() 759 DBAdSelectionEntry adSelectionEntry = in testGetsAdSelectionEntryExistsAndDifferentBuyerDecisionLogicExists() local 763 assertEquals(expected, adSelectionEntry); in testGetsAdSelectionEntryExistsAndDifferentBuyerDecisionLogicExists() 771 DBAdSelectionEntry adSelectionEntry = in testGetsAdSelectionEntryExistsAndBuyerDecisionLogicExists() local 776 assertEquals(adSelectionEntry, expected); in testGetsAdSelectionEntryExistsAndBuyerDecisionLogicExists() 805 DBAdSelectionEntry adSelectionEntry = in testJoinsWithCorrectBuyerDecisionLogic() local 810 assertEquals(adSelectionEntry, expected); in testJoinsWithCorrectBuyerDecisionLogic() 830 DBAdSelectionEntry adSelectionEntry = in testOverwriteDecisionLogic() local 835 assertEquals(adSelectionEntry, expected); in testOverwriteDecisionLogic() [all …]
|