Searched refs:removeEmptyDoubleQuotes (Results 1 – 1 of 1) sorted by relevance
413 public static Object cleanUpString(String string, boolean removeEmptyDoubleQuotes) { in cleanUpString() argument414 return !TextUtils.isEmpty(string) ? TextUtils.htmlEncode(removeEmptyDoubleQuotes ? string in cleanUpString()