Searched refs:SMS_FIELD_SEPARATOR (Results 1 – 3 of 3) sorted by relevance
105 sb.append(OmtpConstants.SMS_FIELD_SEPARATOR); in appendProtocolVersionAndClientType()110 sb.append(OmtpConstants.SMS_FIELD_SEPARATOR); in appendApplicationPort()115 sb.append(OmtpConstants.SMS_FIELD_SEPARATOR); in appendClientPrefix()
69 String[] entries = message.split(OmtpConstants.SMS_FIELD_SEPARATOR); in parseSmsBody()
27 public static final String SMS_FIELD_SEPARATOR = ";"; field in OmtpConstants