Searched refs:mSentIntent (Results 1 - 1 of 1) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java646 PendingIntent sentIntent = tracker.mSentIntent;
1339 public final PendingIntent mSentIntent; field in class:SMSDispatcher.SmsTracker
1373 mSentIntent = sentIntent;
1543 if (mSentIntent != null) {
1558 mSentIntent.send(context, error, fillIn);
1583 if (mSentIntent != null) {
1595 mSentIntent.send(context, Activity.RESULT_OK, fillIn);

Completed in 64 milliseconds