Home
last modified time | relevance | path

Searched refs:beginSection (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DTracePointRule.java38 beginSection(getSectionName(description)); in starting()
49 protected void beginSection(String sectionTag) { in beginSection() method in TracePointRule
50 Trace.beginSection(sectionTag); in beginSection()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DTracePointRuleTest.java91 protected void beginSection(String sectionTag) { in beginSection() method in TracePointRuleTest.TestableTracePointRule
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java263 protected void beginSection(String sectionTag) { in beginSection() method in MicrobenchmarkTest.LoggingMicrobenchmark.LoggingTracePointRule