Home
last modified time | relevance | path

Searched refs:TightMethodRule (Results 1 – 5 of 5) sorted by relevance

/platform_testing/tests/automotive/health/multiuser/tests/src/android/platform/scenario/multiuser/nonui/
DSwitchToNewGuestBenchmark.java21 import android.platform.test.microbenchmark.Microbenchmark.TightMethodRule;
33 @TightMethodRule public StopwatchRule stopwatchRule = new StopwatchRule();
DSwitchToNewSecondaryUserBenchmark.java20 import android.platform.test.microbenchmark.Microbenchmark.TightMethodRule;
32 @TightMethodRule public StopwatchRule stopwatchRule = new StopwatchRule();
DSwitchToExistingSecondaryUserBenchmark.java32 @Microbenchmark.TightMethodRule public StopwatchRule stopwatchRule = new StopwatchRule();
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java217 getTestClass().getAnnotatedFieldValues(test, TightMethodRule.class, TestRule.class); in methodInvoker()
261 public @interface TightMethodRule {} annotation in Microbenchmark
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java655 @Microbenchmark.TightMethodRule