Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DTrace.java37 abstract void beginSection(String sectionName); in beginSection() method in Trace.AbstractTrace
66 public static void beginSection(String sectionName) { in beginSection() method in Trace
93 void beginSection(String sectionName) { in beginSection() method in Trace.TraceJBMR2
108 void beginSection(String sectionName) { in beginSection() method in Trace.TraceShim
/packages/apps/Launcher3/src/com/android/launcher3/util/
DTraceHelper.java52 public Object beginSection(String sectionName) { in beginSection() method in TraceHelper
56 public Object beginSection(String sectionName, int flags) { in beginSection() method in TraceHelper
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DTraceHelperForTest.java49 public Object beginSection(String sectionName, int flags) { in beginSection() method in TraceHelperForTest