Searched defs:updateId (Results 1 – 4 of 4) sorted by relevance
104 public static DBPartialCustomAudience create( in create()124 public abstract Builder setUpdateId(@NonNull Long updateId); in setUpdateId()
97 public static DBScheduledCustomAudienceUpdate create( in create()120 public abstract Builder setUpdateId(Long updateId); in setUpdateId()
812 long updateId = insertScheduledCustomAudienceUpdate(update); in insertScheduledUpdateAndPartialCustomAudienceList() local861 public abstract List<DBPartialCustomAudience> getPartialAudienceListForUpdateId(Long updateId); in getPartialAudienceListForUpdateId()
2704 long updateId = mCustomAudienceDao.insertScheduledCustomAudienceUpdate(anUpdate); in testInsertPartialCustomAudienceSucceeds() local2739 long updateId = mCustomAudienceDao.insertScheduledCustomAudienceUpdate(anUpdate); in testDeleteScheduledUpdate_ForeignKeyCascades() local2891 long updateId = updates.get(0).getUpdateId(); in testInsertAndQueryScheduledCustomAudienceUpdateInFuture_SingleTransaction() local