Searched refs:removeAdSelectionEntriesByIds (Results 1 – 3 of 3) sorted by relevance
470 public abstract void removeAdSelectionEntriesByIds(List<Long> adSelectionIds); in removeAdSelectionEntriesByIds() method in AdSelectionEntryDao
699 mAdSelectionEntryDao.removeAdSelectionEntriesByIds(List.of(AD_SELECTION_ID_1)); in testDeletesByAdSelectionId()712 mAdSelectionEntryDao.removeAdSelectionEntriesByIds(List.of(AD_SELECTION_ID_2)); in testDeletesByAdSelectionIdNotExist()725 mAdSelectionEntryDao.removeAdSelectionEntriesByIds( in testDeletesByMultipleAdSelectionIds()
4418 mAdSelectionEntryDaoSpy.removeAdSelectionEntriesByIds(Arrays.asList(AD_SELECTION_ID)); in tearDown()