Home
last modified time | relevance | path

Searched refs:persistAdSelection (Results 1 – 13 of 13) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionEntryDaoTest.java627 mAdSelectionEntryDao.persistAdSelection(DB_AD_SELECTION_1); in testReturnsTrueIfAdSelectionIdExists()
631 mAdSelectionEntryDao.persistAdSelection(DB_AD_SELECTION_2); in testReturnsTrueIfAdSelectionIdExists()
653 mAdSelectionEntryDao.persistAdSelection(DB_AD_SELECTION_1); in testReturnsTrueIfAdSelectionIdExistsUponFlagOldTable()
692 mAdSelectionEntryDao.persistAdSelection(DB_AD_SELECTION_1); in testDeletesByAdSelectionId()
693 mAdSelectionEntryDao.persistAdSelection(DB_AD_SELECTION_2); in testDeletesByAdSelectionId()
706 mAdSelectionEntryDao.persistAdSelection(DB_AD_SELECTION_1); in testDeletesByAdSelectionIdNotExist()
718 mAdSelectionEntryDao.persistAdSelection(DB_AD_SELECTION_1); in testDeletesByMultipleAdSelectionIds()
719 mAdSelectionEntryDao.persistAdSelection(DB_AD_SELECTION_2); in testDeletesByMultipleAdSelectionIds()
733 mAdSelectionEntryDao.persistAdSelection(null); in testPersistNullAdSelectionEntry()
738 mAdSelectionEntryDao.persistAdSelection(DB_AD_SELECTION_1); in testReturnsFalseIfAdSelectionIdDoesNotExist()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportEventImplTest.java277 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplSuccessfullyReportsRegisteredInteractions()
340 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplDoesNotCrashAfterSellerReportingThrowsAnException()
425 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
510 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplOnlyReportsBuyersRegisteredInteractions()
581 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplOnlyReportsSellerRegisteredInteractions()
648 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()
733 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()
803 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplFailsWithInvalidPackageName()
869 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplFailsWhenForegroundCheckFails()
940 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplFailsWhenThrottled()
[all …]
DFrequencyCapFilteringE2ETest.java390 mAdSelectionEntryDao.persistAdSelection(EXISTING_PREVIOUS_AD_SELECTION_BUYER_1); in testUpdateHistogramForAdSelectionAddsHistogramEvents()
422 mAdSelectionEntryDao.persistAdSelection(EXISTING_PREVIOUS_AD_SELECTION_BUYER_1); in testUpdateHistogramForAdSelectionFromOtherAppDoesNotAddHistogramEvents()
649 mAdSelectionEntryDao.persistAdSelection(EXISTING_PREVIOUS_AD_SELECTION_BUYER_1); in testUpdatedHistogramFiltersAdsForBuyerWithinInterval()
691 mAdSelectionEntryDao.persistAdSelection(EXISTING_PREVIOUS_AD_SELECTION_BUYER_1); in testUpdatedHistogramDoesNotFilterAdsForBuyerOutsideInterval()
731 mAdSelectionEntryDao.persistAdSelection(EXISTING_PREVIOUS_AD_SELECTION_BUYER_1); in testUpdatedHistogramDoesNotFilterAdsForOtherBuyer()
822 mAdSelectionEntryDao.persistAdSelection(EXISTING_PREVIOUS_AD_SELECTION_BUYER_1); in testUpdateHistogramBeyondMaxTotalEventCountDoesNotFilterAds()
823 mAdSelectionEntryDao.persistAdSelection(EXISTING_PREVIOUS_AD_SELECTION_BUYER_2); in testUpdateHistogramBeyondMaxTotalEventCountDoesNotFilterAds()
943 mAdSelectionEntryDao.persistAdSelection(EXISTING_PREVIOUS_AD_SELECTION_BUYER_1); in testUpdateHistogramBeyondMaxPerBuyerEventCountDoesNotFilterAds()
944 mAdSelectionEntryDao.persistAdSelection(EXISTING_PREVIOUS_AD_SELECTION_BUYER_2); in testUpdateHistogramBeyondMaxPerBuyerEventCountDoesNotFilterAds()
DAdSelectionServiceImplTest.java505 mAdSelectionEntryDao.persistAdSelection(dbAdSelection); in testReportImpressionSuccessWithRegisterAdBeaconDisabled()
633 mAdSelectionEntryDao.persistAdSelection(dbAdSelection); in testReportImpressionSuccessCallbackThrowsErrorAuctionServerEnabled()
761 mAdSelectionEntryDao.persistAdSelection(dbAdSelection); in testReportImpressionFailureCallbackThrowsErrorAuctionServerEnabled()
882 mAdSelectionEntryDao.persistAdSelection(dbAdSelection); in testReportImpressionSuccessCallbackThrowsErrorAuctionServerDisabled()
1010 mAdSelectionEntryDao.persistAdSelection(dbAdSelection); in testReportImpressionFailureCallbackThrowsErrorAuctionServerDisabled()
1130 mAdSelectionEntryDao.persistAdSelection(dbAdSelection); in testReportImpressionSuccessfullyReportsAdCost()
1266 mAdSelectionEntryDao.persistAdSelection(dbAdSelection); in testReportImpressionSuccessfullyReportsDataVersionHeader()
1403 mAdSelectionEntryDao.persistAdSelection(dbAdSelection); in testReportImpressionSuccessfullyReportsSellerDataVersionHeader()
1528 mAdSelectionEntryDao.persistAdSelection(dbAdSelection); in testReportImpressionSuccessWithRegisterAdBeaconEnabled()
2467 mAdSelectionEntryDao.persistAdSelection(dbAdSelection); in testReportImpressionFailsWhenDataIsInOldTablesUnifiedTablesEnabledAuctionServerDisabled()
[all …]
DReportAndRegisterEventImplTest.java744 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplSucceedsWhenNotFindingRegisteredAdEvents()
1121 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in persistReportingArtifacts()
DOutcomeSelectionRunnerTest.java385 mAdSelectionEntryDao.persistAdSelection(dbAdSelectionEntry); in persistAdSelectionEntry()
DReportAndRegisterEventFallbackImplTest.java1072 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplSucceedsWhenNotFindingRegisteredAdEvents()
1502 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in persistReportingArtifacts()
DAdSelectionFailureE2ETest.java508 mAdSelectionEntryDao.persistAdSelection(dbAdSelection); in testReportImpression_webViewNotInstalled_failsGracefully()
DReportAndRegisterEventE2ETest.java1129 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in persistReportingArtifacts()
DAdSelectionFromOutcomesE2ETest.java992 mAdSelectionEntryDaoSpy.persistAdSelection(dbAdSelectionEntry); in persistAdSelectionEntryDaoResults()
DOnDeviceAdSelectionRunnerTest.java675 verify(mAdSelectionEntryDaoSpy, never()).persistAdSelection(any()); in testRunAdSelectionSuccessWithShouldUseUnifiedTablesFlag()
1204 mAdSelectionEntryDaoSpy.persistAdSelection(existingAdSelection); in testRunAdSelectionRetriesAdSelectionIdGenerationAfterCollision()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdSelectionRunner.java652 persistAdSelection(
739 persistAdSelection(
825 mAdSelectionEntryDao.persistAdSelection(dbAdSelection);
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionEntryDao.java62 public abstract void persistAdSelection(DBAdSelection adSelection); in persistAdSelection() method in AdSelectionEntryDao