Searched refs:pkgMetricSections (Results 1 – 1 of 1) sorted by relevance
287 String[] pkgMetricSections = output.split("\n\\*\\*"); in getGfxInfoMetrics() local290 for (int i = 1; i < pkgMetricSections.length; i++) { in getGfxInfoMetrics()291 result.putAll(parseGfxInfoMetrics(pkgMetricSections[i])); in getGfxInfoMetrics()