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 | 35 import static com.android.helpers.JankCollectionHelper.GfxInfoMetric.TOTAL_FRAMES; 116 assertThat(metrics.get(buildMetricKey("pkg1", TOTAL_FRAMES.getMetricId()))) in testCollect_valuesMatch() 200 assertThat(metrics).containsKey(buildMetricKey("pkg1", TOTAL_FRAMES.getMetricId())); in testCollect_multiPackage() 201 assertThat(metrics).containsKey(buildMetricKey("pkg2", TOTAL_FRAMES.getMetricId())); in testCollect_multiPackage() 235 assertThat(metrics).containsKey(buildMetricKey("pkg1", TOTAL_FRAMES.getMetricId())); in testCollect_allPackages() 236 assertThat(metrics).containsKey(buildMetricKey("pkg2", TOTAL_FRAMES.getMetricId())); in testCollect_allPackages() 237 assertThat(metrics).containsKey(buildMetricKey("pkg3", TOTAL_FRAMES.getMetricId())); in testCollect_allPackages() 277 buildMetricKey("pkg1", TOTAL_FRAMES.getMetricId()), in testCollect_ignoreMissingFields() 340 assertThat(metrics.get(buildMetricKey("pkg1", TOTAL_FRAMES.getMetricId()))) in testCollect_firstValuesMatch() 391 buildMetricKey("pkg1", TOTAL_FRAMES.getMetricId()), in testCollect_ignoreUnknownField() [all …]
|
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
D | JankCollectionHelper.java | 61 TOTAL_FRAMES( enumConstant
|