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