Searched refs:persistAdSelectionOverride (Results 1 – 7 of 7) sorted by relevance
105 mAdSelectionEntryDao.persistAdSelectionOverride(OVERRIDE); in testGetDecisionLogicOverrideFindsMatchingOverride()126 mAdSelectionEntryDao.persistAdSelectionOverride(OVERRIDE); in testGetDecisionLogicOverrideReturnsNullIfDevOptionsAreDisabled()142 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()
5521 mAdSelectionEntryDao.persistAdSelectionOverride(adSelectionOverride); in testReportImpressionUseDevOverrideForSellerJS()5666 mAdSelectionEntryDao.persistAdSelectionOverride(adSelectionOverride); in testReportImpressionUseDevOverrideForSellerJSSuccessfullyRegistersEventUris()6001 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride); in testRemoveAdSelectionConfigRemoteInfoOverrideSuccess()6074 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride); in testRemoveAdSelectionConfigRemoteInfoOverrideWithRevokedUserConsentSuccess()6145 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride); in testRemoveAdSelectionConfigRemoteInfoOverrideFailsWithDevOptionsDisabled()6218 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride); in testRemoveAdSelectionConfigRemoteInfoOverrideDoesNotDeleteWithIncorrectPackageName()6321 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride1); in testResetAllAdSelectionConfigRemoteOverridesDoesNotDeleteWithIncorrectPackageName()6322 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride2); in testResetAllAdSelectionConfigRemoteOverridesDoesNotDeleteWithIncorrectPackageName()6323 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride3); in testResetAllAdSelectionConfigRemoteOverridesDoesNotDeleteWithIncorrectPackageName()6436 mAdSelectionEntryDao.persistAdSelectionOverride(dbAdSelectionOverride1); in testResetAllAdSelectionConfigRemoteOverridesSuccess()[all …]
1149 mAdSelectionEntryDao.persistAdSelectionOverride(adSelectionOverride); in testRunAdScoringContextual_UseOverride_Success()1458 mAdSelectionEntryDao.persistAdSelectionOverride(adSelectionOverride); in testRunAdScoringUseDevOverrideForJS()
3229 mAdSelectionEntryDaoSpy.persistAdSelectionOverride(adSelectionOverride); in testRunAdSelectionContextualAds_UseOverrides_Success()4680 mAdSelectionEntryDaoSpy.persistAdSelectionOverride(adSelectionOverride); in testRunAdSelectionSucceedsWithOverride_preV3BiddingLogic()4824 mAdSelectionEntryDaoSpy.persistAdSelectionOverride(adSelectionOverride); in testRunAdSelectionSucceedsWithOverride_v3BiddingLogic()
81 public abstract void persistAdSelectionOverride(DBAdSelectionOverride adSelectionOverride); in persistAdSelectionOverride() method in AdSelectionEntryDao