Searched refs:getDBAdSelectionResultForId (Results 1 – 2 of 2) sorted by relevance
1543 assertThat(mAdSelectionEntryDao.getDBAdSelectionResultForId(AD_SELECTION_ID_2)).isNotNull(); in testGetAdSelectionHistogramInfoWithNullAdCounterKeys()1568 assertThat(mAdSelectionEntryDao.getDBAdSelectionResultForId(AD_SELECTION_ID_1)).isNotNull(); in testGetAdSelectionHistogramInfoWithUnifiedTablesNullAdCounterKeys()1593 assertThat(mAdSelectionEntryDao.getDBAdSelectionResultForId(AD_SELECTION_ID_1)).isNotNull(); in testGetAdSelectionHistogramInfoWithUnifiedTables()1675 assertThat(mAdSelectionEntryDao.getDBAdSelectionResultForId(AD_SELECTION_ID_2)).isNotNull(); in testGetAdSelectionHistogramInfo()1813 assertNull(mAdSelectionEntryDao.getDBAdSelectionResultForId(AD_SELECTION_ID_1)); in test_insertDBAdSelectionResult_success()1817 assertNotNull(mAdSelectionEntryDao.getDBAdSelectionResultForId(AD_SELECTION_ID_1)); in test_insertDBAdSelectionResult_success()1836 assertNull(mAdSelectionEntryDao.getDBAdSelectionResultForId(AD_SELECTION_ID_1)); in test_persistAdSelectionResultForCustomAudienceAllFields_success()1845 mAdSelectionEntryDao.getDBAdSelectionResultForId(AD_SELECTION_ID_1); in test_persistAdSelectionResultForCustomAudienceAllFields_success()1858 assertNull(mAdSelectionEntryDao.getDBAdSelectionResultForId(AD_SELECTION_ID_1)); in test_persistAdSelectionResultForCAOnlyName_success()1867 mAdSelectionEntryDao.getDBAdSelectionResultForId(AD_SELECTION_ID_1); in test_persistAdSelectionResultForCAOnlyName_success()[all …]
1026 abstract DBAdSelectionResult getDBAdSelectionResultForId(long adSelectionId); in getDBAdSelectionResultForId() method in AdSelectionEntryDao