Searched refs:matchGroup (Results 1 – 2 of 2) sorted by relevance
1993 Matcher matchGroup = VOLUME_GROUP_PATTERN.matcher(mCarAudioServiceDump); in readFirstVolumeGroupAndVolumeGroupCount() local1996 while (matchGroup.find()) { in readFirstVolumeGroupAndVolumeGroupCount()1997 if (Integer.parseInt(matchGroup.group(3)) == zoneId in readFirstVolumeGroupAndVolumeGroupCount()1998 && Integer.parseInt(matchGroup.group(4)) == currentConfigId) { in readFirstVolumeGroupAndVolumeGroupCount()2000 mVolumeGroupId = Integer.parseInt(matchGroup.group(1)); in readFirstVolumeGroupAndVolumeGroupCount()
842 UriRelativeFilterGroup matchGroup = new UriRelativeFilterGroup(ACTION_ALLOW); in testMatchDataWithRelRefGroups() local843 matchGroup.addUriRelativeFilter(new UriRelativeFilter(PATH, PATTERN_LITERAL, "/path")); in testMatchDataWithRelRefGroups()844 mIntentFilter.addUriRelativeFilterGroup(matchGroup); in testMatchDataWithRelRefGroups()907 mIntentFilter.addUriRelativeFilterGroup(matchGroup); in testMatchDataWithRelRefGroups()916 mIntentFilter.addUriRelativeFilterGroup(matchGroup); in testMatchDataWithRelRefGroups()