Searched refs:PACKAGE_NAME_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
74 private static final String PACKAGE_NAME_SEPARATOR = ","; field in CarMediaService468 return packageNames.stream().collect(Collectors.joining(PACKAGE_NAME_SEPARATOR)); in serializePackageNameList()472 String[] packageNames = serialized.split(PACKAGE_NAME_SEPARATOR); in getPackageNameList()