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.java44 @VisibleForTesting static final String GFXINFO_METRICS_PREFIX = "gfxinfo"; field in JankCollectionHelper
48 GFXINFO_METRICS_PREFIX + "_failed_packages_count";
332 constructKey(GFXINFO_METRICS_PREFIX, packageName, metric.getMetricId()); in parseGfxInfoMetrics()
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/
DJankCollectionHelperTest.java521 return constructKey(JankCollectionHelper.GFXINFO_METRICS_PREFIX, pkg, id); in buildMetricKey()