Searched defs:syncTypes (Results 1 – 5 of 5) sorted by relevance
141 public static Set<ModelType> syncTypesToModelTypes(Collection<String> syncTypes) { in syncTypesToModelTypes()163 public static Set<ObjectId> syncTypesToObjectIds(Collection<String> syncTypes) { in syncTypesToObjectIds()
90 Set<String> syncTypes = CollectionUtil.newHashSet("BOOKMARK", ModelType.ALL_TYPES_TYPE); in testReadWriteAndReadData() local
113 public void setSyncTypes(EditContext editContext, Collection<String> syncTypes) { in setSyncTypes()
347 private void setRegisteredTypes(Set<String> syncTypes, Set<ObjectId> objectIds) { in setRegisteredTypes()
374 Set<ModelType> syncTypes = new HashSet<ModelType>(); in modelTypeSelectionToSet() local