Home
last modified time | relevance | path

Searched refs:COMPONENT_NAME_SEPARATOR (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarMediaService.java78 private static final String COMPONENT_NAME_SEPARATOR = ","; field in CarMediaService
715 return componentNames.stream().collect(Collectors.joining(COMPONENT_NAME_SEPARATOR)); in serializeComponentNameList()
719 String[] componentNames = serialized.split(COMPONENT_NAME_SEPARATOR); in getComponentNameList()