Searched defs:beginSection (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DTrace.java31 * @see android.os.Trace#beginSection(String)
33 public static void beginSection(String tag) { method in class:Trace
35 android.os.Trace.beginSection(tag);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DTrace.java31 * @see android.os.Trace#beginSection(String)
33 public static void beginSection(String tag) { method in class:Trace
35 android.os.Trace.beginSection(tag);
/frameworks/support/compat/java/android/support/v4/os/
H A DTraceCompat.java43 public static void beginSection(String sectionName) { method in class:TraceCompat
45 Trace.beginSection(sectionName);
51 * be preceeded by a corresponding call to {@link #beginSection(String)}. Calling this method
53 * ensure that beginSection / endSection pairs are properly nested and called from the same
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DSysTrace.java65 public static void beginSection(String sectionName) { method in class:SysTrace
67 Log.v(TAG, String.format("beginSection[%d] %s", sNestingLevel, sectionName));
77 * {@link #beginSection(String)}. Calling this method will mark the end of
79 * that beginSection / endSection pairs are properly nested and called from
95 * tag. Unlike {@link #beginSection} and {@link #endSection},
/frameworks/base/core/java/android/os/
H A DTrace.java295 public static void beginSection(String sectionName) { method in class:Trace
306 * be preceeded by a corresponding call to {@link #beginSection(String)}. Calling this method
308 * ensure that beginSection / endSection pairs are properly nested and called from the same

Completed in 186 milliseconds