Searched refs:MASK_STRING (Results 1 – 2 of 2) sorted by relevance
44 private static final String MASK_STRING = "********************************"; field in Utils332 int length = Math.min(s.length(), MASK_STRING.length()); in maskDebugInfo()333 return IS_DEBUG_BUILD ? s : MASK_STRING.substring(0, length); in maskDebugInfo()