Searched refs:getAggregationLabel (Results 1 – 2 of 2) sorted by relevance
86 mImageStats.getAggregationLabel(pattern.matcher(fileName), label)); in testGetAggregationLabel_regular()101 mImageStats.getAggregationLabel(m, label)); in testGetAggregationLabel_capturingGroups()119 mImageStats.getAggregationLabel(m, label)); in testGetAggregationLabel_capturingGroups_partialBackReference()
215 protected String getAggregationLabel(Matcher matcher, String rawLabel) { in getAggregationLabel() method in ImageStats272 String label = getAggregationLabel(m, pattern.getValue()); in performAggregation()