Home
last modified time | relevance | path

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

/platform_testing/libraries/longevity/platform/src/android/platform/test/longevity/
DScheduledScenarioRunner.java79 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters()
109 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
DLongevityClassRunner.java112 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in withBefores()
126 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters()
265 protected Description describeChild(FrameworkMethod method) { in describeChild()
/platform_testing/libraries/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java66 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchLeanbackJankTests.java102 Method method = getClass().getMethod(getName()); in beforeTest() local