Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAuctionServerAdSelectionDaoTest.java81 DBAuctionServerAdSelection serverAdSelection = in testInsertAndRead_validInput_success() local
91 mServerAdSelectionDao.insertAuctionServerAdSelection(serverAdSelection); in testInsertAndRead_validInput_success()
93 serverAdSelection, in testInsertAndRead_validInput_success()
142 DBAuctionServerAdSelection serverAdSelection = in testInsert_duplicateAdSelectionId_aborts() local
152 mServerAdSelectionDao.insertAuctionServerAdSelection(serverAdSelection); in testInsert_duplicateAdSelectionId_aborts()
156 () -> mServerAdSelectionDao.insertAuctionServerAdSelection(serverAdSelection)); in testInsert_duplicateAdSelectionId_aborts()
168 DBAuctionServerAdSelection serverAdSelection = in testDelete_retrievingDeletedId_fails() local
178 mServerAdSelectionDao.insertAuctionServerAdSelection(serverAdSelection); in testDelete_retrievingDeletedId_fails()
180 serverAdSelection, in testDelete_retrievingDeletedId_fails()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAuctionServerAdSelectionDao.java36 DBAuctionServerAdSelection serverAdSelection); in insertAuctionServerAdSelection() argument
45 DBAuctionServerAdSelection serverAdSelection); in updateAuctionServerAdSelection() argument