Searched refs:mSentIntent (Results 1 – 2 of 2) sorted by relevance
84 final PendingIntent mSentIntent; field in BtSmsInterfaceManager.MapMessageSender96 mSentIntent = sentIntent; in MapMessageSender()123 sendErrorInPendingIntent(mSentIntent, SmsManager.RESULT_BLUETOOTH_DISCONNECTED); in onServiceDisconnected()
695 PendingIntent sentIntent = tracker.mSentIntent; in handleSendComplete()1602 public final PendingIntent mSentIntent; field in SMSDispatcher.SmsTracker1647 mSentIntent = sentIntent; in SmsTracker()1815 if (mSentIntent != null) { in onFailed()1835 mSentIntent.send(context, error, fillIn); in onFailed()1862 if (mSentIntent != null) { in onSent()1874 mSentIntent.send(context, Activity.RESULT_OK, fillIn); in onSent()