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()
740 PendingIntent sentIntent = tracker.mSentIntent; in handleSendComplete()1592 public final PendingIntent mSentIntent; field in SMSDispatcher.SmsTracker1635 mSentIntent = sentIntent; in SmsTracker()1802 if (mSentIntent != null) { in onFailed()1817 mSentIntent.send(context, error, fillIn); in onFailed()1843 if (mSentIntent != null) { in onSent()1855 mSentIntent.send(context, Activity.RESULT_OK, fillIn); in onSent()