Searched refs:doesAdSelectionIdExist (Results 1 – 13 of 13) sorted by relevance
630 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_1)); in testReturnsTrueIfAdSelectionIdExists()634 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_1)); in testReturnsTrueIfAdSelectionIdExists()635 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_2)); in testReturnsTrueIfAdSelectionIdExists()696 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_1)); in testDeletesByAdSelectionId()697 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_2)); in testDeletesByAdSelectionId()701 assertFalse(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_1)); in testDeletesByAdSelectionId()702 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_2)); in testDeletesByAdSelectionId()709 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_1)); in testDeletesByAdSelectionIdNotExist()710 assertFalse(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_2)); in testDeletesByAdSelectionIdNotExist()714 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_1)); in testDeletesByAdSelectionIdNotExist()[all …]
34 public boolean doesAdSelectionIdExist(long adSelectionId) { in doesAdSelectionIdExist() method in ReportingComputationHelperUnifiedTablesDisabled36 return mAdSelectionEntryDao.doesAdSelectionIdExist(adSelectionId); in doesAdSelectionIdExist()
26 boolean doesAdSelectionIdExist(long adSelectionId); in doesAdSelectionIdExist() method
35 public boolean doesAdSelectionIdExist(long adSelectionId) { in doesAdSelectionIdExist() method in ReportingComputationHelperUnifiedTablesEnabled
567 mReportingComputationHelper.doesAdSelectionIdExist( in fetchReportingComputationInfo()
762 while (mAdSelectionEntryDao.doesAdSelectionIdExist(adSelectionId)) {
52 mReportingComputationHelperUnifiedTablesEnabled.doesAdSelectionIdExist(AD_SELECTION_ID); in testDoesAdSelectionIdExist()54 verify(mAdSelectionEntryDaoMock, never()).doesAdSelectionIdExist(anyLong()); in testDoesAdSelectionIdExist()
52 mReportingComputationHelperUnifiedTablesDisabled.doesAdSelectionIdExist(AD_SELECTION_ID); in testDoesAdSelectionIdExist()53 verify(mAdSelectionEntryDaoMock).doesAdSelectionIdExist(AD_SELECTION_ID); in testDoesAdSelectionIdExist()
574 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccess()687 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccessWithUXNotificationEnforcementDisabled()842 assertFalse(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccessWithShouldUseUnifiedTablesFlag()988 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccessWithBuyerContextualSignals()1120 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccessWithSellerDataVersionHeader()1167 assertFalse(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccessFilteringDisabled()1258 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccessFilteringDisabled()1405 assertFalse(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionRetriesAdSelectionIdGenerationAfterCollision()1406 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(existingAdSelectionId)); in testRunAdSelectionRetriesAdSelectionIdGenerationAfterCollision()1433 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionRetriesAdSelectionIdGenerationAfterCollision()[all …]
1075 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogic()1192 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()1329 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()1475 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled()1604 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogicWinnerWithoutBuyerDataVersionHeader()1730 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingDisabled()1837 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_prebuiltScoringLogic()2056 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_flagToPreV3_preV3BiddingLogic()2134 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_v3BiddingLogic()2249 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_v3BiddingLogicWithAdCostCpcBillingEnabled()[all …]
10340 verify(adSelectionEntryDaoSpy, times(1)).doesAdSelectionIdExist(AD_SELECTION_ID); in testReportImpressionSuccess_callsServerAuctionForImpressionReporterIsOff()10400 verify(adSelectionEntryDaoSpy, times(0)).doesAdSelectionIdExist(AD_SELECTION_ID); in testReportImpressionSuccess_callsServerAuctionForImpressionReporterIsOn()10459 verify(adSelectionEntryDaoSpy, times(0)).doesAdSelectionIdExist(AD_SELECTION_ID); in testReportImpressionSuccess_callsServerAuctionForImpressionReporterIsOnWithUXNotificationEnforcementDisabled()
118 public abstract boolean doesAdSelectionIdExist(long adSelectionId); in doesAdSelectionIdExist() method in AdSelectionEntryDao749 return doesAdSelectionIdExist(adSelectionId); in doesAdSelectionIdExistUponFlag()809 || doesAdSelectionIdExist(adSelectionId)) { in persistAdSelectionInitialization()902 } else if (!shouldUseUnifiedTables && doesAdSelectionIdExist(adSelectionId)) { in getReportingDataForId()
524 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconDisabled()588 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingEnabled()652 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingDisabled()772 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderEnabled()857 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderDisabled()988 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconEnabled()1102 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesGaUxEnabled()1168 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesWithRevokedUserConsentForApp()1234 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesWithRevokedUserConsentForAppGaUxEnabled()1385 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowFailsWithMismatchedPackageNamesReportImpression()[all …]