Searched refs:getCustomAudienceByPrimaryKey (Results 1 – 7 of 7) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/customaudience/ |
D | CustomAudienceDaoTest.java | 649 assertNull(mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1)); in testPersistCustomAudienceWithAuctionServerFlags() 656 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1); in testPersistCustomAudienceWithAuctionServerFlags() 1123 assertNull(mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_2, BUYER_2, NAME_2)); in getByPrimaryKey_keyExistOrNotExist() 1129 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1)); in getByPrimaryKey_keyExistOrNotExist() 1139 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1)); in getByPrimaryKey_keyExistOrNotExist() 1146 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_2, BUYER_2, NAME_2)); in getByPrimaryKey_keyExistOrNotExist() 1163 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1)); in deleteByPrimaryKey_keyExist() 1170 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_2, BUYER_2, NAME_2)); in deleteByPrimaryKey_keyExist() 1177 assertNull(mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_1, BUYER_1, NAME_1)); in deleteByPrimaryKey_keyExist() 1183 mCustomAudienceDao.getCustomAudienceByPrimaryKey(OWNER_2, BUYER_2, NAME_2)); in deleteByPrimaryKey_keyExist() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/ |
D | CustomAudienceServiceEndToEndTest.java | 419 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_notInBinderThread_fail() 449 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_callerPackageNameMismatch_fail() 474 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_joinTwice_secondJoinOverrideValues() 485 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_joinTwice_secondJoinOverrideValues() 519 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudienceAppInstallDisabled() 553 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudienceFrequencyCapDisabled() 580 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_joinTwice_secondJoinOverrideValuesWithAuctionServerRequestFlags() 593 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_joinTwice_secondJoinOverrideValuesWithAuctionServerRequestFlags() 612 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudienceWithRevokedUserConsentForAppSuccess() 632 mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testJoinCustomAudience_beyondMaxExpirationTime_fail() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | PersistAdSelectionResultRunnerTest.java | 536 .getCustomAudienceByPrimaryKey( in testRunner_persistRemarketingResult_success() 649 .getCustomAudienceByPrimaryKey( in testRunner_persistAppInstallResult_success() 765 .getCustomAudienceByPrimaryKey( in testRunner_persistRemarketingResult_withInvalidSellerReportingUriSuccess() 871 .getCustomAudienceByPrimaryKey( in testRunner_persistAppInstallResult_withInvalidSellerReportingUriSuccess() 977 .getCustomAudienceByPrimaryKey( in testRunner_persistRemarketingResult_withInvalidBuyerReportingUriSuccess() 1121 verify(mCustomAudienceDaoMock, times(0)).getCustomAudienceByPrimaryKey(any(), any(), any()); in testRunner_persistRemarketingResult_forceOnAbsentOwnerFalseSkipsValidation() 1221 verify(mCustomAudienceDaoMock, times(0)).getCustomAudienceByPrimaryKey(any(), any(), any()); in testRunner_persistRemarketingResult_forceOnAbsentOwnerFalseFuzzySearch() 1472 .getCustomAudienceByPrimaryKey( in testRunner_persistResultWithWrongSeller_throwsException() 1512 .getCustomAudienceByPrimaryKey( in testRunner_persistResultWithWrongCallerPackage_throwsException() 1559 .getCustomAudienceByPrimaryKey( in testRunner_persistResultWithLongInteractionKeyAndUri_throwsException() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/ |
D | CustomAudienceDao.java | 167 getCustomAudienceByPrimaryKey( in updateCustomAudienceAndBackgroundFetchData() 313 public abstract DBCustomAudience getCustomAudienceByPrimaryKey( in getCustomAudienceByPrimaryKey() method in CustomAudienceDao
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/customaudience/ |
D | CustomAudienceViewCommandTest.java | 79 when(mCustomAudienceDao.getCustomAudienceByPrimaryKey( in testRun_happyPath_returnsSuccess()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/customaudience/ |
D | CustomAudienceViewCommand.java | 130 mCustomAudienceDao.getCustomAudienceByPrimaryKey(owner, buyer, name); in queryForDebuggableCustomAudience()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | PersistAdSelectionResultRunner.java | 412 mCustomAudienceDao.getCustomAudienceByPrimaryKey(owner, buyer, name);
|