Lines Matching refs:send

97     /** SMS send complete. */
109 /** Don't send SMS (user did not confirm). */
142 /** Delay before next send attempt on a failed SMS, in milliseconds. */
329 * Use the carrier messaging service to send a data or text SMS.
362 * Use the carrier messaging service to send a text SMS.
394 * Use the carrier messaging service to send a data SMS.
507 * Use the carrier messaging service to send a multipart text SMS.
613 * Called when SMS send completes. Broadcasts a sentIntent on success.
618 * an SmsResponse instance if send was successful. ar.userObj
632 if (DBG) Rlog.d(TAG, "SMS send complete. Broadcasting intent: " + sentIntent);
640 if (DBG) Rlog.d(TAG, "SMS send failed");
697 * @param sentIntent the PendingIntent to send the error to
703 sentIntent.send(RESULT_ERROR_RADIO_OFF);
705 sentIntent.send(RESULT_ERROR_NO_SERVICE);
725 * @param destAddr the address to send the message to
729 * @param data the body of the message to send
753 * @param destAddr the address to send the message to
756 * @param text the body of the message to send
807 * @param destAddr the address to send the message to
865 // send more than 255 parts (it converts the message to MMS well before that).
899 Rlog.e(TAG, "Cannot send multipart text. parts=" + parts + " trackers=" + trackers);
932 * -smsc the SMSC to send the message through, or NULL for the
934 * -pdu the raw PDU to send
972 // Refuse to send SMS if we can't get the calling package name.
973 Rlog.e(TAG, "Can't get calling app package name: refusing to send SMS");
984 Rlog.e(TAG, "Can't get calling app package info: refusing to send SMS");
990 // sending app is approved to send to short codes. Otherwise, a message is sent to our
1009 * send to short codes.
1011 * @param tracker the tracker for the SMS to send
1017 return true; // app is pre-approved to send to short codes
1049 Rlog.e(TAG, "Can't send premium sms during Setup Wizard");
1057 // First time trying to send to premium SMS.
1063 Rlog.d(TAG, "User approved this app to send to premium SMS");
1088 * @param tracker the SmsTracker for the message to send
1089 * @return true if the message was denied; false to continue with send confirmation
1104 * @param appPackage the package name of the app requesting to send an SMS
1232 * @param tracker holds the SMS message to send
1246 * @param tracker holds the SMS message to send
1466 * Persist or update an SMS depending on if we send a new message or a stored message
1484 * @param error The error to send back with
1501 // Extra information to send with the sent intent
1514 mSentIntent.send(context, error, fillIn);
1516 Rlog.e(TAG, "Failed to send result");
1541 // Extra information to send with the sent intent
1551 mSentIntent.send(context, Activity.RESULT_OK, fillIn);
1553 Rlog.e(TAG, "Failed to send result");
1645 // for the app (it won't be shown until after the app tries to send to a short code).
1674 Rlog.d(TAG, "dialog dismissed: don't send SMS");