Searched refs:getDBReportingDataForId (Results 1 – 2 of 2) sorted by relevance
1880 assertNull(mAdSelectionEntryDao.getDBReportingDataForId(AD_SELECTION_ID_1)); in test_insertDBReportingData_success()1883 assertNotNull(mAdSelectionEntryDao.getDBReportingDataForId(AD_SELECTION_ID_1)); in test_insertDBReportingData_success()1901 assertNull(mAdSelectionEntryDao.getDBReportingDataForId(AD_SELECTION_ID_1)); in test_persistReportingData_success()1907 mAdSelectionEntryDao.getDBReportingDataForId(AD_SELECTION_ID_1); in test_persistReportingData_success()
1030 abstract DBReportingData getDBReportingDataForId(long adSelectionId); in getDBReportingDataForId() method in AdSelectionEntryDao