Searched defs:beginSection (Results 1 - 4 of 4) 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/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.java271 public static void beginSection(String sectionName) { method in class:Trace
282 * be preceeded by a corresponding call to {@link #beginSection(String)}. Calling this method
284 * ensure that beginSection / endSection pairs are properly nested and called from the same

Completed in 146 milliseconds