Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DProfileSuiteTest.java212 .runChild( in testTimestampScheduling_respectsSchedule()
232 .runChild( in testTimestampScheduling_respectsSchedule()
247 .runChild( in testTimestampScheduling_respectsSchedule()
257 .runChild( in testTimestampScheduling_respectsSchedule()
351 .runChild( in testIndexedScheduling_respectsSchedule()
361 .runChild( in testIndexedScheduling_respectsSchedule()
371 .runChild( in testIndexedScheduling_respectsSchedule()
411 .runChild( in testSequentialScheduling_respectsSchedule()
421 .runChild( in testSequentialScheduling_respectsSchedule()
431 .runChild( in testSequentialScheduling_respectsSchedule()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DProfileSuite.java124 protected void runChild(Runner runner, final RunNotifier notifier) { in runChild() method in ProfileSuite
127 super.runChild(runner, notifier); in runChild()
145 super.runChild(runner, notifier); in runChild()
DScheduledScenarioRunner.java144 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild() method in ScheduledScenarioRunner
146 super.runChild(method, notifier); in runChild()
DLongevitySuite.java192 protected void runChild(Runner runner, final RunNotifier notifier) { in runChild() method in LongevitySuite
201 super.runChild(suiteRunner, notifier); in runChild()
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java301 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild() method in Microbenchmark