Searched refs:insertAuctionServerAdSelection (Results 1 – 2 of 2) sorted by relevance
91 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()
35 public abstract void insertAuctionServerAdSelection( in insertAuctionServerAdSelection() method in AuctionServerAdSelectionDao