Searched refs:NoMetricBefore (Results 1 – 7 of 7) sorted by relevance
21 import android.platform.test.microbenchmark.Microbenchmark.NoMetricBefore;44 @NoMetricBefore
29 import android.platform.test.microbenchmark.Microbenchmark.NoMetricBefore;53 @NoMetricBefore
20 import android.platform.test.microbenchmark.Microbenchmark.NoMetricBefore;86 @NoMetricBefore
20 import android.platform.test.microbenchmark.Microbenchmark.NoMetricBefore;89 @NoMetricBefore
275 public @interface NoMetricBefore {} annotation in Microbenchmark379 getTestClass().getAnnotatedMethods(NoMetricBefore.class)) { in runChild()
126 getTestClass().getAnnotatedMethods(Microbenchmark.NoMetricBefore.class);
161 … allBeforeMethods.addAll(getTestClass().getAnnotatedMethods(Microbenchmark.NoMetricBefore.class)); in withBefores()