Searched refs:sectionTag (Results 1 – 3 of 3) sorted by relevance
39 public TracePointRule(String sectionTag) { in TracePointRule() argument40 mSectionTag = sectionTag; in TracePointRule()56 protected void beginSection(String sectionTag) { in beginSection() argument57 Trace.beginSection(sectionTag); in beginSection()
102 public TestableTracePointRule(String sectionTag) { in TestableTracePointRule() argument103 super(sectionTag); in TestableTracePointRule()106 public TestableTracePointRule(String sectionTag, int maxLength) { in TestableTracePointRule() argument107 super(sectionTag); in TestableTracePointRule()112 protected void beginSection(String sectionTag) { in beginSection() argument113 mOperations.add(String.format("begin: %s", sectionTag)); in beginSection()
637 protected void beginSection(String sectionTag) { in beginSection() argument638 sLogs.add(String.format("begin: %s", sectionTag)); in beginSection()