Home
last modified time | relevance | path

Searched refs:NoMetricBefore (Results 1 – 7 of 7) sorted by relevance

/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/sample/
DSampleMicrobenchmark.java21 import android.platform.test.microbenchmark.Microbenchmark.NoMetricBefore;
44 @NoMetricBefore
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/generic/
DIdleInAppMicrobenchmark.java29 import android.platform.test.microbenchmark.Microbenchmark.NoMetricBefore;
53 @NoMetricBefore
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/generic/
DCloseAppsToHome.java20 import android.platform.test.microbenchmark.Microbenchmark.NoMetricBefore;
86 @NoMetricBefore
DOpenAppsFromHome.java20 import android.platform.test.microbenchmark.Microbenchmark.NoMetricBefore;
89 @NoMetricBefore
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java275 public @interface NoMetricBefore {} annotation in Microbenchmark
379 getTestClass().getAnnotatedMethods(NoMetricBefore.class)) { in runChild()
DFunctional.java126 getTestClass().getAnnotatedMethods(Microbenchmark.NoMetricBefore.class);
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DLongevityClassRunner.java161 … allBeforeMethods.addAll(getTestClass().getAnnotatedMethods(Microbenchmark.NoMetricBefore.class)); in withBefores()