Searched refs:TOTAL_FRAMES (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/ |
D | JankCollectionHelperTest.java | 21 import static com.android.helpers.JankCollectionHelper.GfxInfoMetric.TOTAL_FRAMES; 107 assertThat(metrics.get(buildMetricKey("pkg1", TOTAL_FRAMES.getMetricId()))) in testCollect_valuesMatch() 175 assertThat(metrics).containsKey(buildMetricKey("pkg1", TOTAL_FRAMES.getMetricId())); in testCollect_multiPackage() 176 assertThat(metrics).containsKey(buildMetricKey("pkg2", TOTAL_FRAMES.getMetricId())); in testCollect_multiPackage() 207 assertThat(metrics).containsKey(buildMetricKey("pkg1", TOTAL_FRAMES.getMetricId())); in testCollect_allPackages() 208 assertThat(metrics).containsKey(buildMetricKey("pkg2", TOTAL_FRAMES.getMetricId())); in testCollect_allPackages() 209 assertThat(metrics).containsKey(buildMetricKey("pkg3", TOTAL_FRAMES.getMetricId())); in testCollect_allPackages() 247 buildMetricKey("pkg1", TOTAL_FRAMES.getMetricId()), in testCollect_ignoreMissingFields() 275 buildMetricKey("pkg1", TOTAL_FRAMES.getMetricId()), in testCollect_ignoreUnknownField()
|
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
D | JankCollectionHelper.java | 56 TOTAL_FRAMES( enumConstant
|