Searched refs:PROTOCOL_SMS (Results 1 – 5 of 5) sorted by relevance
115 public static final int PROTOCOL_SMS = 0; // SMS message field in MessageData246 message.mProtocol = PROTOCOL_SMS; in createDraftSmsMessage()286 message.mProtocol = PROTOCOL_SMS; in createReceivedSmsMessage()326 message.mProtocol = PROTOCOL_SMS; in createSmsMessage()658 return protocol == (MessageData.PROTOCOL_SMS); in getIsSms()
477 return mProtocol == (MessageData.PROTOCOL_SMS);
104 final boolean isSms = (message.getProtocol() == MessageData.PROTOCOL_SMS); in queueAction()188 final boolean isSms = message.getProtocol() == MessageData.PROTOCOL_SMS; in doBackgroundWork()286 final boolean isSms = message.getProtocol() == MessageData.PROTOCOL_SMS; in processBackgroundFailure()
157 final boolean isSms = (message.getProtocol() == MessageData.PROTOCOL_SMS); in executeAction()
197 return MessageData.PROTOCOL_SMS; in getProtocol()