Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAuctionServerAdSelectionDaoTest.java91 mServerAdSelectionDao.insertAuctionServerAdSelection(serverAdSelection); in testInsertAndRead_validInput_success()
105 mServerAdSelectionDao.insertAuctionServerAdSelection(serverAdSelectionEmpty); in testUpdate_validInput_success()
152 mServerAdSelectionDao.insertAuctionServerAdSelection(serverAdSelection); in testInsert_duplicateAdSelectionId_aborts()
156 () -> mServerAdSelectionDao.insertAuctionServerAdSelection(serverAdSelection)); in testInsert_duplicateAdSelectionId_aborts()
178 mServerAdSelectionDao.insertAuctionServerAdSelection(serverAdSelection); in testDelete_retrievingDeletedId_fails()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAuctionServerAdSelectionDao.java35 public abstract void insertAuctionServerAdSelection( in insertAuctionServerAdSelection() method in AuctionServerAdSelectionDao