Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DJankCollectionHelper.java43 @VisibleForTesting static final String GFXINFO_METRICS_PREFIX = "gfxinfo"; field in JankCollectionHelper
312 constructKey(GFXINFO_METRICS_PREFIX, packageName, metric.getMetricId()); in parseGfxInfoMetrics()
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/
DJankCollectionHelperTest.java408 return constructKey(JankCollectionHelper.GFXINFO_METRICS_PREFIX, pkg, id); in buildMetricKey()