Searched refs:COMPONENT_NAME_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
78 private static final String COMPONENT_NAME_SEPARATOR = ","; field in CarMediaService715 return componentNames.stream().collect(Collectors.joining(COMPONENT_NAME_SEPARATOR)); in serializeComponentNameList()719 String[] componentNames = serialized.split(COMPONENT_NAME_SEPARATOR); in getComponentNameList()