Home
last modified time | relevance | path

Searched refs:MASK_STRING (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java44 private static final String MASK_STRING = "********************************"; field in Utils
332 int length = Math.min(s.length(), MASK_STRING.length()); in maskDebugInfo()
333 return IS_DEBUG_BUILD ? s : MASK_STRING.substring(0, length); in maskDebugInfo()
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DUtils.java44 private static final String MASK_STRING = "********************************"; field in Utils
332 int length = Math.min(s.length(), MASK_STRING.length()); in maskDebugInfo()
333 return IS_DEBUG_BUILD ? s : MASK_STRING.substring(0, length); in maskDebugInfo()