Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
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()