Home
last modified time | relevance | path

Searched defs:method (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java89 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
169 protected Description describeChild(FrameworkMethod method) { in describeChild()
184 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DScenarioRunner.java47 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
DLongevityClassRunner.java118 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in withBefores()
132 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters()
271 protected Description describeChild(FrameworkMethod method) { in describeChild()
DScheduledScenarioRunner.java110 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters()
145 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchLeanbackJankTests.java102 Method method = getClass().getMethod(getName()); in beforeTest() local