Home
last modified time | relevance | path

Searched refs:getPartialAudienceListForUpdateId (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/
DCustomAudienceDao.java931 getPartialAudienceListForUpdateId( in getScheduledCustomAudienceUpdateRequests()
956 getPartialAudienceListForUpdateId( in getScheduledCustomAudienceUpdateRequestsWithLeave()
978 abstract List<DBPartialCustomAudience> getPartialAudienceListForUpdateId(Long updateId); in getPartialAudienceListForUpdateId() method in CustomAudienceDao
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/customaudience/
DCustomAudienceDaoTest.java2899 mCustomAudienceDao.getPartialAudienceListForUpdateId(updateId); in testInsertPartialCustomAudienceSucceeds()
3017 mCustomAudienceDao.getPartialAudienceListForUpdateId(updateId); in testDeleteScheduledUpdate_ForeignKeyCascades()
3038 partialCustomAudienceList = mCustomAudienceDao.getPartialAudienceListForUpdateId(updateId); in testDeleteScheduledUpdate_ForeignKeyCascades()
3191 mCustomAudienceDao.getPartialAudienceListForUpdateId(updateId); in testInsertAndQueryScheduledCustomAudienceUpdateInFuture_SingleTransaction()
3256 mCustomAudienceDao.getPartialAudienceListForUpdateId(updateId); in testInsertAndQueryScheduledCAUpdateInFuture_SingleTransaction_WithLeaveCAs()
3321 mCustomAudienceDao.getPartialAudienceListForUpdateId(previousUpdateId); in testInsertScheduledCAUpdateInFuture_removePendingUpdatesTrue_PartialAndLeaveReplaced()
3351 mCustomAudienceDao.getPartialAudienceListForUpdateId(newUpdateId); in testInsertScheduledCAUpdateInFuture_removePendingUpdatesTrue_PartialAndLeaveReplaced()
3358 mCustomAudienceDao.getPartialAudienceListForUpdateId(previousUpdateId); in testInsertScheduledCAUpdateInFuture_removePendingUpdatesTrue_PartialAndLeaveReplaced()
3403 mCustomAudienceDao.getPartialAudienceListForUpdateId(previousUpdateId); in testInsertScheduledCAUpdateInFuture_withShouldRemoveUpdatesFalse_throwsException()
3454 mCustomAudienceDao.getPartialAudienceListForUpdateId(newUpdateId); in testInsertScheduledCAUpdateInFuture_withShouldRemoveUpdatesFalse_throwsException()
[all …]