Searched refs:updateId (Results 1 – 4 of 4) sorted by relevance
105 @NonNull Long updateId, in create()111 .setUpdateId(updateId) in create()124 public abstract Builder setUpdateId(@NonNull Long updateId); in setUpdateId() argument
98 @Nullable Long updateId, in create()106 .setUpdateId(updateId) in create()120 public abstract Builder setUpdateId(Long updateId); in setUpdateId() argument
812 long updateId = insertScheduledCustomAudienceUpdate(update); in insertScheduledUpdateAndPartialCustomAudienceList() local819 .setUpdateId(updateId) in insertScheduledUpdateAndPartialCustomAudienceList()861 public abstract List<DBPartialCustomAudience> getPartialAudienceListForUpdateId(Long updateId); in getPartialAudienceListForUpdateId() argument
2704 long updateId = mCustomAudienceDao.insertScheduledCustomAudienceUpdate(anUpdate); in testInsertPartialCustomAudienceSucceeds() local2708 .setUpdateId(updateId) in testInsertPartialCustomAudienceSucceeds()2713 .setUpdateId(updateId) in testInsertPartialCustomAudienceSucceeds()2726 mCustomAudienceDao.getPartialAudienceListForUpdateId(updateId); in testInsertPartialCustomAudienceSucceeds()2739 long updateId = mCustomAudienceDao.insertScheduledCustomAudienceUpdate(anUpdate); in testDeleteScheduledUpdate_ForeignKeyCascades() local2743 .setUpdateId(updateId) in testDeleteScheduledUpdate_ForeignKeyCascades()2748 .setUpdateId(updateId) in testDeleteScheduledUpdate_ForeignKeyCascades()2756 mCustomAudienceDao.getPartialAudienceListForUpdateId(updateId); in testDeleteScheduledUpdate_ForeignKeyCascades()2771 partialCustomAudienceList = mCustomAudienceDao.getPartialAudienceListForUpdateId(updateId); in testDeleteScheduledUpdate_ForeignKeyCascades()2891 long updateId = updates.get(0).getUpdateId(); in testInsertAndQueryScheduledCustomAudienceUpdateInFuture_SingleTransaction() local[all …]