Home
last modified time | relevance | path

Searched refs:withBefores (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DFunctional.java121 protected Statement withBefores(FrameworkMethod method, Object target, Statement s) {
122 s = super.withBefores(method, target, s);
DMicrobenchmark.java395 statement = withBefores(method, test, statement); in runChild()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DLongevityClassRunner.java154 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in withBefores() method in LongevityClassRunner
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DFlickerServiceJUnit4ClassRunner.kt393 statement = withBefores(method, test, statement) in <lambda>()