Searched refs:getAuctionServerAdSelection (Results 1 – 2 of 2) sorted by relevance
94 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()
49 public abstract DBAuctionServerAdSelection getAuctionServerAdSelection(long adSelectionId); in getAuctionServerAdSelection() method in AuctionServerAdSelectionDao