Searched refs:persistAdSelection (Results 1 – 13 of 13) sorted by relevance
627 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 …]
277 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 …]
390 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()
505 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 …]
744 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplSucceedsWhenNotFindingRegisteredAdEvents()1121 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in persistReportingArtifacts()
385 mAdSelectionEntryDao.persistAdSelection(dbAdSelectionEntry); in persistAdSelectionEntry()
1072 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in testImplSucceedsWhenNotFindingRegisteredAdEvents()1502 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in persistReportingArtifacts()
508 mAdSelectionEntryDao.persistAdSelection(dbAdSelection); in testReportImpression_webViewNotInstalled_failsGracefully()
1129 mAdSelectionEntryDao.persistAdSelection(mDBAdSelection); in persistReportingArtifacts()
992 mAdSelectionEntryDaoSpy.persistAdSelection(dbAdSelectionEntry); in persistAdSelectionEntryDaoResults()
675 verify(mAdSelectionEntryDaoSpy, never()).persistAdSelection(any()); in testRunAdSelectionSuccessWithShouldUseUnifiedTablesFlag()1204 mAdSelectionEntryDaoSpy.persistAdSelection(existingAdSelection); in testRunAdSelectionRetriesAdSelectionIdGenerationAfterCollision()
652 persistAdSelection(739 persistAdSelection(825 mAdSelectionEntryDao.persistAdSelection(dbAdSelection);
62 public abstract void persistAdSelection(DBAdSelection adSelection); in persistAdSelection() method in AdSelectionEntryDao