Searched refs:IS_DEBUG_BUILD (Results 1 – 2 of 2) sorted by relevance
31 public static final boolean IS_DEBUG_BUILD = false; field in ProvisionLogger172 if (IS_DEBUG_BUILD) { in getTag()202 if (IS_DEBUG_BUILD) { in toast()
41 private static final boolean IS_DEBUG_BUILD = field in Utils333 return IS_DEBUG_BUILD ? s : MASK_STRING.substring(0, length); in maskDebugInfo()