Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAuctionServerAdSelectionDaoTest.java94 mServerAdSelectionDao.getAuctionServerAdSelection(adSelectionId)); in testInsertAndRead_validInput_success()
108 mServerAdSelectionDao.getAuctionServerAdSelection(adSelectionId)); in testUpdate_validInput_success()
130 mServerAdSelectionDao.getAuctionServerAdSelection(adSelectionId)); in testUpdate_validInput_success()
181 mServerAdSelectionDao.getAuctionServerAdSelection(adSelectionId)); in testDelete_retrievingDeletedId_fails()
184 Assert.assertNull(mServerAdSelectionDao.getAuctionServerAdSelection(adSelectionId)); in testDelete_retrievingDeletedId_fails()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAuctionServerAdSelectionDao.java49 public abstract DBAuctionServerAdSelection getAuctionServerAdSelection(long adSelectionId); in getAuctionServerAdSelection() method in AuctionServerAdSelectionDao