HomeSort by relevance Sort by last modified time
    Searched full:is_debug_build (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
Utils.java 41 private static final boolean IS_DEBUG_BUILD =
333 return IS_DEBUG_BUILD ? s : MASK_STRING.substring(0, length);
  /packages/apps/Camera2/src/com/android/camera/crop/
Utils.java 41 private static final boolean IS_DEBUG_BUILD =
333 return IS_DEBUG_BUILD ? s : MASK_STRING.substring(0, length);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 41 private static final boolean IS_DEBUG_BUILD =
333 return IS_DEBUG_BUILD ? s : MASK_STRING.substring(0, length);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
Utils.java 41 private static final boolean IS_DEBUG_BUILD =
333 return IS_DEBUG_BUILD ? s : MASK_STRING.substring(0, length);
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 484 bool is_debug_build = false; local
486 bool is_debug_build = true; local
504 bool disable_apple_crash_reporter = is_debug_build ||

Completed in 1257 milliseconds