Searched refs:SYNC_SMS_PREFIX (Results 1 – 3 of 3) sorted by relevance
40 if (smsBody.startsWith(OmtpConstants.SYNC_SMS_PREFIX)) { in parse()41 messageData = new WrappedMessageData(OmtpConstants.SYNC_SMS_PREFIX, in parse()42 parseSmsBody(smsBody.substring(OmtpConstants.SYNC_SMS_PREFIX.length()))); in parse()
89 if (messageData.getPrefix() == OmtpConstants.SYNC_SMS_PREFIX) { in onReceive()
32 public static final String SYNC_SMS_PREFIX = CLIENT_PREFIX + ":SYNC:"; field in OmtpConstants