Searched refs:doesAdSelectionIdExist (Results 1 – 13 of 13) sorted by relevance
629 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_1)); in testReturnsTrueIfAdSelectionIdExists()633 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_1)); in testReturnsTrueIfAdSelectionIdExists()634 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_2)); in testReturnsTrueIfAdSelectionIdExists()695 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_1)); in testDeletesByAdSelectionId()696 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_2)); in testDeletesByAdSelectionId()700 assertFalse(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_1)); in testDeletesByAdSelectionId()701 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_2)); in testDeletesByAdSelectionId()708 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_1)); in testDeletesByAdSelectionIdNotExist()709 assertFalse(mAdSelectionEntryDao.doesAdSelectionIdExist(AD_SELECTION_ID_2)); in testDeletesByAdSelectionIdNotExist()713 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
561 mReportingComputationHelper.doesAdSelectionIdExist( in fetchReportingComputationInfo()
748 while (mAdSelectionEntryDao.doesAdSelectionIdExist(adSelectionId)) {
57 mReportingComputationHelperUnifiedTablesEnabled.doesAdSelectionIdExist(AD_SELECTION_ID); in testDoesAdSelectionIdExist()59 verify(mAdSelectionEntryDaoMock, never()).doesAdSelectionIdExist(anyLong()); in testDoesAdSelectionIdExist()
57 mReportingComputationHelperUnifiedTablesDisabled.doesAdSelectionIdExist(AD_SELECTION_ID); in testDoesAdSelectionIdExist()58 verify(mAdSelectionEntryDaoMock).doesAdSelectionIdExist(AD_SELECTION_ID); in testDoesAdSelectionIdExist()
535 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccess()677 assertFalse(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccessWithShouldUseUnifiedTablesFlag()820 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccessWithBuyerContextualSignals()949 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccessWithSellerDataVersionHeader()1007 assertFalse(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccessFilteringDisabled()1095 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionSuccessFilteringDisabled()1240 assertFalse(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionRetriesAdSelectionIdGenerationAfterCollision()1241 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(existingAdSelectionId)); in testRunAdSelectionRetriesAdSelectionIdGenerationAfterCollision()1268 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(AD_SELECTION_ID)); in testRunAdSelectionRetriesAdSelectionIdGenerationAfterCollision()1269 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(existingAdSelectionId)); in testRunAdSelectionRetriesAdSelectionIdGenerationAfterCollision()[all …]
960 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogic()1082 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()1224 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()1375 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled()1509 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogicWinnerWithoutBuyerDataVersionHeader()1640 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingDisabled()1745 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_prebuiltScoringLogic()1965 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_flagToPreV3_preV3BiddingLogic()2041 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_v3BiddingLogic()2161 assertTrue(mAdSelectionEntryDaoSpy.doesAdSelectionIdExist(resultSelectionId)); in testRunAdSelectionSuccess_v3BiddingLogicWithAdCostCpcBillingEnabled()[all …]
10764 verify(adSelectionEntryDaoSpy, times(1)).doesAdSelectionIdExist(AD_SELECTION_ID); in testReportImpressionSuccess_callsServerAuctionForImpressionReporterIsOff()10834 verify(adSelectionEntryDaoSpy, times(0)).doesAdSelectionIdExist(AD_SELECTION_ID); in testReportImpressionSuccess_callsServerAuctionForImpressionReporterIsOn()
117 public abstract boolean doesAdSelectionIdExist(long adSelectionId); in doesAdSelectionIdExist() method in AdSelectionEntryDao715 return doesAdSelectionIdExist(adSelectionId); in doesAdSelectionIdExistUponFlag()775 || doesAdSelectionIdExist(adSelectionId)) { in persistAdSelectionInitialization()865 } else if (!shouldUseUnifiedTables && doesAdSelectionIdExist(adSelectionId)) { in getReportingDataForId()
504 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconDisabled()569 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingEnabled()634 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingDisabled()754 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderEnabled()839 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderDisabled()971 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconEnabled()1038 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesGaUxEnabled()1105 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesWithRevokedUserConsentForApp()1172 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowSuccessWithDevOverridesWithRevokedUserConsentForAppGaUxEnabled()1322 assertTrue(mAdSelectionEntryDao.doesAdSelectionIdExist(resultSelectionId)); in testFledgeFlowFailsWithMismatchedPackageNamesReportImpression()[all …]