Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DSfStatsCollectionHelper.java94 HashMap<String, String> globalPairs = getStatPairs(blocks[0]); in getMetrics()
115 HashMap<String, String> layerPairs = getStatPairs(blocks[i]); in getMetrics()
160 private HashMap<String, String> getStatPairs(String block) { in getStatPairs() method in SfStatsCollectionHelper