Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DTracePointRule.java39 public TracePointRule(String sectionTag) { in TracePointRule() argument
40 mSectionTag = sectionTag; in TracePointRule()
56 protected void beginSection(String sectionTag) { in beginSection() argument
57 Trace.beginSection(sectionTag); in beginSection()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DTracePointRuleTest.java102 public TestableTracePointRule(String sectionTag) { in TestableTracePointRule() argument
103 super(sectionTag); in TestableTracePointRule()
106 public TestableTracePointRule(String sectionTag, int maxLength) { in TestableTracePointRule() argument
107 super(sectionTag); in TestableTracePointRule()
112 protected void beginSection(String sectionTag) { in beginSection() argument
113 mOperations.add(String.format("begin: %s", sectionTag)); in beginSection()
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java637 protected void beginSection(String sectionTag) { in beginSection() argument
638 sLogs.add(String.format("begin: %s", sectionTag)); in beginSection()