Searched refs:matchZone (Results 1 – 1 of 1) sorted by relevance
1959 Matcher matchZone = ZONE_PATTERN.matcher(mCarAudioServiceDump); in readFirstZoneAndVolumeGroup() local1960 assertWithMessage("No CarAudioZone in dump").that(matchZone.find()).isTrue(); in readFirstZoneAndVolumeGroup()1961 mZoneId = Integer.parseInt(matchZone.group(1)); in readFirstZoneAndVolumeGroup()1962 mConfigId = Integer.parseInt(matchZone.group(3)); in readFirstZoneAndVolumeGroup()1979 Matcher matchZone = ZONE_PATTERN.matcher(mCarAudioServiceDump); in assumePrimaryZone() local1980 while (matchZone.find()) { in assumePrimaryZone()1981 if (Integer.parseInt(matchZone.group(1)) == PRIMARY_AUDIO_ZONE) { in assumePrimaryZone()1983 mConfigId = Integer.parseInt(matchZone.group(3)); in assumePrimaryZone()