Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarAudioManagerTest.java1993 Matcher matchGroup = VOLUME_GROUP_PATTERN.matcher(mCarAudioServiceDump); in readFirstVolumeGroupAndVolumeGroupCount() local
1996 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()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java842 UriRelativeFilterGroup matchGroup = new UriRelativeFilterGroup(ACTION_ALLOW); in testMatchDataWithRelRefGroups() local
843 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()