Home | History | Annotate | Download | only in telephony

Lines Matching refs:sms

40  * Manages SMS operations such as sending data, text, and pdu SMS messages.
48 * Send a text based SMS.
64 * The per-application based SMS control checks sentIntent. If sentIntent
66 * which cause smaller number of SMS to be sent in checking period.
96 * the maximum SMS message size.
112 * Send a multi-part text based SMS. The callee should have already
132 * The per-application based SMS control checks sentIntent. If sentIntent
134 * which cause smaller number of SMS to be sent in checking period.
178 * Send a data based SMS to a specific application port.
195 * The per-application based SMS control checks sentIntent. If sentIntent
197 * which cause smaller number of SMS to be sent in checking period.
240 * Copy a raw SMS PDU to the ICC.
353 * Enable reception of cell broadcast (SMS-CB) messages with the given
383 * Disable reception of cell broadcast (SMS-CB) messages with the given
413 * Enable reception of cell broadcast (SMS-CB) messages with the given
448 * Disable reception of cell broadcast (SMS-CB) messages with the given
486 * @param records SMS EF records, returned by
498 SmsMessage sms = SmsMessage.createFromEfRecord(i+1, data.getBytes());
499 if (sms != null) {
500 messages.add(sms);
525 // SMS send failure result codes