Searched refs:getCustomAudienceByPrimaryKey (Results 1 – 7 of 7) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/customaudience/ |
D | CustomAudienceDaoTest.java | 715 assertNull(mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1)); in testPersistCustomAudienceWithAuctionServerFlags() 722 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1); in testPersistCustomAudienceWithAuctionServerFlags() 884 assertNull(mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1)); in testPersistCustomAudienceWithPriority() 889 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1); in testPersistCustomAudienceWithPriority() 1208 assertNull(mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_2, BUYER_2, NAME_2)); in getByPrimaryKey_keyExistOrNotExist() 1214 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1)); in getByPrimaryKey_keyExistOrNotExist() 1224 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1)); in getByPrimaryKey_keyExistOrNotExist() 1231 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_2, BUYER_2, NAME_2)); in getByPrimaryKey_keyExistOrNotExist() 1248 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1)); in deleteByPrimaryKey_keyExist() 1255 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_2, BUYER_2, NAME_2)); in deleteByPrimaryKey_keyExist() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/customaudience/ |
D | CustomAudienceServiceEndToEndTest.java | 588 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_notInBinderThread_fail() 618 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_callerPackageNameMismatch_fail() 642 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_inDevSession_customAudienceClearedAfterSession() 646 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_inDevSession_customAudienceClearedAfterSession() 661 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_beforeDevSession_customAudienceClearedEnteringSession() 665 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_beforeDevSession_customAudienceClearedEnteringSession() 682 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_joinTwice_secondJoinOverrideValues() 693 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_joinTwice_secondJoinOverrideValues() 727 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudienceAppInstallDisabled() 761 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudienceFrequencyCapDisabled() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/customaudience/ |
D | CustomAudienceViewCommandTest.java | 86 when(mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testRun_happyPath_returnsSuccess() 108 when(mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testRun_eligibleForOnDeviceAuction_correctValueIsTrue() 138 when(mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testRun_ineligibleForOnDeviceAuction_correctValueIsFalse()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/ |
D | PersistAdSelectionResultRunnerTest.java | 648 .getCustomAudienceByPrimaryKey( in testRunner_persistRemarketingResult_success() 767 .getCustomAudienceByPrimaryKey( in testRunner_persistRemarketingResult_successWithComponentAdsEnabled() 915 .getCustomAudienceByPrimaryKey( in testRunner_persistRemarketingResult_successWithComponentAdsDisabled() 1078 .getCustomAudienceByPrimaryKey( in testRunner_withWinningSellerInOutComeDisabled_returnsEmptyWinningSeller() 1212 .getCustomAudienceByPrimaryKey( in testRunner_withWinningSellerInOutComeEnabled_returnsCorrectWinningSeller() 1285 .getCustomAudienceByPrimaryKey( in testRunner_winningSellerEnabledAndNoWinningSellerInAuctionResult_returnsEmptyWinner() 1468 .getCustomAudienceByPrimaryKey( in testRunner_persistAppInstallResult_success() 1588 .getCustomAudienceByPrimaryKey( in testRunner_persistRemarketingResult_withInvalidSellerReportingUriSuccess() 1698 .getCustomAudienceByPrimaryKey( in testRunner_persistAppInstallResult_withInvalidSellerReportingUriSuccess() 1808 .getCustomAudienceByPrimaryKey( in testRunner_persistRemarketingResult_withInvalidBuyerReportingUriSuccess() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/customaudience/ |
D | CustomAudienceViewCommand.java | 158 mCustomAudienceDao.getCustomAudienceByPrimaryKey(owner, buyer, name); in queryForDebuggableCustomAudience()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/ |
D | CustomAudienceDao.java | 192 getCustomAudienceByPrimaryKey( in updateCustomAudienceAndBackgroundFetchData() 357 public abstract DBCustomAudience getCustomAudienceByPrimaryKey( in getCustomAudienceByPrimaryKey() method in CustomAudienceDao
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | PersistAdSelectionResultRunner.java | 518 mCustomAudienceDao.getCustomAudienceByPrimaryKey(owner, buyer, name); in fetchRemarketingAd()
|