Searched refs:SMS_KEY_VALUE_SEPARATOR (Results 1 – 3 of 3) sorted by relevance
71 String[] keyValue = entry.split(OmtpConstants.SMS_KEY_VALUE_SEPARATOR); in parseSmsBody()
94 sb.append(field).append(OmtpConstants.SMS_KEY_VALUE_SEPARATOR).append(value); in appendField()
28 public static final String SMS_KEY_VALUE_SEPARATOR = "="; field in OmtpConstants