Searched refs:zoneConfigMatcher (Results 1 – 1 of 1) sorted by relevance
1560 Matcher zoneConfigMatcher = ZONE_CONFIG_PATTERN.matcher(mCarAudioServiceDump); in parseAudioZoneConfigs() local1561 while (zoneConfigMatcher.find()) { in parseAudioZoneConfigs()1562 int zoneId = Integer.parseInt(zoneConfigMatcher.group(3)); in parseAudioZoneConfigs()1563 int zoneConfigId = Integer.parseInt(zoneConfigMatcher.group(2)); in parseAudioZoneConfigs()1564 String configName = zoneConfigMatcher.group(1); in parseAudioZoneConfigs()