Searched refs:persistAdSelectionOverride (Results 1 – 7 of 7) sorted by relevance
109 mAdSelectionEntryDao.persistAdSelectionOverride(OVERRIDE); in testGetDecisionLogicOverrideFindsMatchingOverride()133 mAdSelectionEntryDao.persistAdSelectionOverride(OVERRIDE); in testGetDecisionLogicOverrideReturnsNullIfDevOptionsAreDisabled()149 mAdSelectionEntryDao.persistAdSelectionOverride(OVERRIDE); in testGetDecisionLogicOverrideReturnsNullIfTheOverrideBelongsToAnotherApp()
418 mAdSelectionEntryDao.persistAdSelectionOverride(DB_AD_SELECTION_OVERRIDE_1); in testReturnsTrueIfAdSelectionConfigIdExists()424 mAdSelectionEntryDao.persistAdSelectionOverride(DB_AD_SELECTION_OVERRIDE_2); in testReturnsTrueIfAdSelectionConfigIdExists()436 mAdSelectionEntryDao.persistAdSelectionOverride(DB_AD_SELECTION_OVERRIDE_1); in testReturnsFalseIfAdSelectionConfigIdExistsDifferentPackageName()448 mAdSelectionEntryDao.persistAdSelectionOverride(DB_AD_SELECTION_OVERRIDE_1); in testDeletesByAdSelectionConfigId()449 mAdSelectionEntryDao.persistAdSelectionOverride(DB_AD_SELECTION_OVERRIDE_2); in testDeletesByAdSelectionConfigId()471 mAdSelectionEntryDao.persistAdSelectionOverride(DB_AD_SELECTION_OVERRIDE_1); in testDoesNotDeleteWithIncorrectPackageName()487 mAdSelectionEntryDao.persistAdSelectionOverride(DB_AD_SELECTION_OVERRIDE_1); in testDeletesAllAdSelectionOverrides()488 mAdSelectionEntryDao.persistAdSelectionOverride(DB_AD_SELECTION_OVERRIDE_2); in testDeletesAllAdSelectionOverrides()489 mAdSelectionEntryDao.persistAdSelectionOverride(DB_AD_SELECTION_OVERRIDE_4); in testDeletesAllAdSelectionOverrides()516 mAdSelectionEntryDao.persistAdSelectionOverride(DB_AD_SELECTION_OVERRIDE_1); in testGetAdSelectionOverrideExists()[all …]
188 mAdSelectionEntryDao.persistAdSelectionOverride( in addAdSelectionSellerOverride()
5651 mAdSelectionEntryDao.persistAdSelectionOverride(adSelectionOverride); in testReportImpressionUseDevOverrideForSellerJS()5804 mAdSelectionEntryDao.persistAdSelectionOverride(adSelectionOverride); in testReportImpressionUseDevOverrideForSellerJSSuccessfullyRegistersEventUris()6167 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride); in testRemoveAdSelectionConfigRemoteInfoOverrideSuccess()6248 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride); in testRemoveAdSelectionConfigRemoteInfoOverrideWithRevokedUserConsentSuccess()6323 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride); in testRemoveAdSelectionConfigRemoteInfoOverrideFailsWithDevOptionsDisabled()6404 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride); in testRemoveAdSelectionConfigRemoteInfoOverrideDoesNotDeleteWithIncorrectPackageName()6516 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride1); in testResetAllAdSelectionConfigRemoteOverridesDoesNotDeleteWithIncorrectPackageName()6517 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride2); in testResetAllAdSelectionConfigRemoteOverridesDoesNotDeleteWithIncorrectPackageName()6518 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride3); in testResetAllAdSelectionConfigRemoteOverridesDoesNotDeleteWithIncorrectPackageName()6639 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride1); in testResetAllAdSelectionConfigRemoteOverridesSuccess()[all …]
1132 mAdSelectionEntryDao.persistAdSelectionOverride(adSelectionOverride); in testRunAdScoringContextual_UseOverride_Success()1445 mAdSelectionEntryDao.persistAdSelectionOverride(adSelectionOverride); in testRunAdScoringUseDevOverrideForJS()
3151 mAdSelectionEntryDaoSpy.persistAdSelectionOverride(adSelectionOverride); in testRunAdSelectionContextualAds_UseOverrides_Success()4581 mAdSelectionEntryDaoSpy.persistAdSelectionOverride(adSelectionOverride); in testRunAdSelectionSucceedsWithOverride_preV3BiddingLogic()4723 mAdSelectionEntryDaoSpy.persistAdSelectionOverride(adSelectionOverride); in testRunAdSelectionSucceedsWithOverride_v3BiddingLogic()
80 public abstract void persistAdSelectionOverride(DBAdSelectionOverride adSelectionOverride); in persistAdSelectionOverride() method in AdSelectionEntryDao