Searched refs:persistAdSelectionResultForCustomAudience (Results 1 – 7 of 7) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | PersistAdSelectionResultRunnerTest.java | 560 .persistAdSelectionResultForCustomAudience( in testRunner_persistRemarketingResult_success() 673 .persistAdSelectionResultForCustomAudience( in testRunner_persistAppInstallResult_success() 789 .persistAdSelectionResultForCustomAudience( in testRunner_persistRemarketingResult_withInvalidSellerReportingUriSuccess() 895 .persistAdSelectionResultForCustomAudience( in testRunner_persistAppInstallResult_withInvalidSellerReportingUriSuccess() 1001 .persistAdSelectionResultForCustomAudience( in testRunner_persistRemarketingResult_withInvalidBuyerReportingUriSuccess() 1291 .persistAdSelectionResultForCustomAudience(anyLong(), any(), any(), any()); in testRunner_persistChaffResult_nothingPersisted() 1493 .persistAdSelectionResultForCustomAudience(anyLong(), any(), any(), any()); in testRunner_persistResultWithWrongSeller_throwsException() 1533 .persistAdSelectionResultForCustomAudience(anyLong(), any(), any(), any()); in testRunner_persistResultWithWrongCallerPackage_throwsException() 1621 .persistAdSelectionResultForCustomAudience( in testRunner_persistResultWithLongInteractionKeyAndUri_throwsException()
|
D | AdSelectionFromOutcomesE2ETest.java | 1041 mAdSelectionEntryDaoSpy.persistAdSelectionResultForCustomAudience( in persistAdSelectionEntryInUnifiedTable()
|
D | OnDeviceAdSelectionRunnerTest.java | 663 .persistAdSelectionResultForCustomAudience(anyLong(), any(), any(), any()); in testRunAdSelectionSuccessWithShouldUseUnifiedTablesFlag()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/ |
D | AdSelectionEntryDaoTest.java | 1537 mAdSelectionEntryDao.persistAdSelectionResultForCustomAudience( in testGetAdSelectionHistogramInfoWithNullAdCounterKeys() 1562 mAdSelectionEntryDao.persistAdSelectionResultForCustomAudience( in testGetAdSelectionHistogramInfoWithUnifiedTablesNullAdCounterKeys() 1587 mAdSelectionEntryDao.persistAdSelectionResultForCustomAudience( in testGetAdSelectionHistogramInfoWithUnifiedTables() 1669 mAdSelectionEntryDao.persistAdSelectionResultForCustomAudience( in testGetAdSelectionHistogramInfo() 1838 mAdSelectionEntryDao.persistAdSelectionResultForCustomAudience( in test_persistAdSelectionResultForCustomAudienceAllFields_success() 1860 mAdSelectionEntryDao.persistAdSelectionResultForCustomAudience( in test_persistAdSelectionResultForCAOnlyName_success()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/ |
D | AdSelectionEntryDao.java | 790 public void persistAdSelectionResultForCustomAudience( in persistAdSelectionResultForCustomAudience() method in AdSelectionEntryDao
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | AdSelectionRunner.java | 819 mAdSelectionEntryDao.persistAdSelectionResultForCustomAudience(
|
D | PersistAdSelectionResultRunner.java | 604 mAdSelectionEntryDao.persistAdSelectionResultForCustomAudience(
|