HomeSort by relevance Sort by last modified time
    Searched defs:beginSection (Results 1 - 7 of 7) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/bitmap/
Trace.java 31 * @see android.os.Trace#beginSection(String)
33 public static void beginSection(String tag) {
35 android.os.Trace.beginSection(tag);
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 65 public static void beginSection(String sectionName) {
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/opt/photoviewer/src/com/android/ex/photo/util/
Trace.java 31 * @see android.os.Trace#beginSection(String)
33 public static void beginSection(String tag) {
35 android.os.Trace.beginSection(tag);
  /frameworks/base/core/java/android/os/
Trace.java 265 public static void beginSection(String sectionName) {
276 * be preceeded by a corresponding call to {@link #beginSection(String)}. Calling this method
278 * ensure that beginSection / endSection pairs are properly nested and called from the same
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 507 milliseconds