Searched refs:NoMetricAfter (Results 1 – 5 of 5) sorted by relevance
20 import android.platform.test.microbenchmark.Microbenchmark.NoMetricAfter;50 @NoMetricAfter
28 import android.platform.test.microbenchmark.Microbenchmark.NoMetricAfter;66 @NoMetricAfter
280 public @interface NoMetricAfter {} annotation in Microbenchmark417 getTestClass().getAnnotatedMethods(NoMetricAfter.class); in runChild()
137 getTestClass().getAnnotatedMethods(Microbenchmark.NoMetricAfter.class);
180 afterMethods.addAll(getTestClass().getAnnotatedMethods(Microbenchmark.NoMetricAfter.class)); in withAfters()