Searched refs:SMS_KEY_VALUE_SEPARATOR (Results 1 – 2 of 2) sorted by relevance
93 sb.append(field).append(OmtpConstants.SMS_KEY_VALUE_SEPARATOR).append(value); in appendField()
26 public static final String SMS_KEY_VALUE_SEPARATOR = "="; field in OmtpConstants