Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/build/tests/
DImageStatsTest.java86 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()
/tools/tradefederation/contrib/src/com/android/build/tests/
DImageStats.java215 protected String getAggregationLabel(Matcher matcher, String rawLabel) { in getAggregationLabel() method in ImageStats
272 String label = getAggregationLabel(m, pattern.getValue()); in performAggregation()