Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DProfileSuiteTest.java214 .runChild( in testTimestampScheduling_respectsSchedule()
234 .runChild( in testTimestampScheduling_respectsSchedule()
249 .runChild( in testTimestampScheduling_respectsSchedule()
259 .runChild( in testTimestampScheduling_respectsSchedule()
353 .runChild( in testIndexedScheduling_respectsSchedule()
363 .runChild( in testIndexedScheduling_respectsSchedule()
373 .runChild( in testIndexedScheduling_respectsSchedule()
413 .runChild( in testSequentialScheduling_respectsSchedule()
423 .runChild( in testSequentialScheduling_respectsSchedule()
433 .runChild( in testSequentialScheduling_respectsSchedule()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DProfileSuite.java134 protected void runChild(Runner runner, final RunNotifier notifier) { in runChild() method in ProfileSuite
137 super.runChild(runner, notifier); in runChild()
155 super.runChild(runner, notifier); in runChild()
DScheduledScenarioRunner.java145 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild() method in ScheduledScenarioRunner
147 super.runChild(method, notifier); in runChild()
DLongevitySuite.java194 protected void runChild(Runner runner, final RunNotifier notifier) { in runChild() method in LongevitySuite
208 super.runChild(suiteRunner, notifier); in runChild()
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DFlickerServiceJUnit4ClassRunner.kt348 currentScheduler.schedule { this.runChild(each, notifier) } in <lambda>()
358 override fun runChild(method: FrameworkMethod, notifier: RunNotifier) { in <lambda>() method
DLegacyFlickerJUnit4ClassRunner.kt413 currentScheduler.schedule { this.runChild(each, notifier) } in <lambda>()
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java346 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild() method in Microbenchmark