Searched refs:persistReportingData (Results 1 – 4 of 4) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | PersistAdSelectionResultRunnerTest.java | 566 .persistReportingData(AD_SELECTION_ID, REPORTING_DATA); in testRunner_persistRemarketingResult_success() 679 .persistReportingData(AD_SELECTION_ID, REPORTING_DATA); in testRunner_persistAppInstallResult_success() 795 .persistReportingData(AD_SELECTION_ID, REPORTING_DATA_WITH_EMPTY_SELLER); in testRunner_persistRemarketingResult_withInvalidSellerReportingUriSuccess() 901 .persistReportingData(AD_SELECTION_ID, REPORTING_DATA_WITH_EMPTY_SELLER); in testRunner_persistAppInstallResult_withInvalidSellerReportingUriSuccess() 1007 .persistReportingData(AD_SELECTION_ID, REPORTING_DATA_WITH_EMPTY_BUYER); in testRunner_persistRemarketingResult_withInvalidBuyerReportingUriSuccess() 1292 verify(mAdSelectionEntryDaoSpy, times(0)).persistReportingData(anyLong(), any()); in testRunner_persistChaffResult_nothingPersisted() 1494 verify(mAdSelectionEntryDaoSpy, times(0)).persistReportingData(anyLong(), any()); in testRunner_persistResultWithWrongSeller_throwsException() 1534 verify(mAdSelectionEntryDaoSpy, times(0)).persistReportingData(anyLong(), any()); in testRunner_persistResultWithWrongCallerPackage_throwsException() 1627 .persistReportingData(AD_SELECTION_ID, REPORTING_DATA); in testRunner_persistResultWithLongInteractionKeyAndUri_throwsException()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/ |
D | AdSelectionEntryDao.java | 818 public void persistReportingData(long adSelectionId, ReportingData reportingData) { in persistReportingData() method in AdSelectionEntryDao
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/ |
D | AdSelectionEntryDaoTest.java | 1903 mAdSelectionEntryDao.persistReportingData( in test_persistReportingData_success() 1917 mAdSelectionEntryDao.persistReportingData( in test_getReportingDataForId_idSupportsUris_successUnifiedTablesDisabled() 1933 mAdSelectionEntryDao.persistReportingData( in test_getReportingDataForId_idSupportsUris_successUnifiedTablesEnabled()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | PersistAdSelectionResultRunner.java | 606 mAdSelectionEntryDao.persistReportingData(adSelectionId, reportingData);
|