Searched refs:mSentIntent (Results 1 – 3 of 3) sorted by relevance
84 private PendingIntent mSentIntent = null; field in MyNotificationListenerService.PendingIntentSender93 if (mSentIntent != null || mReason != null) { in send()97 throw new IllegalStateException("Already sent a PendingIntent (" + mSentIntent in send()104 mSentIntent = pendingIntent; in send()
134 PendingIntent mSentIntent; field in MapMceTestFragment337 mSentIntent = PendingIntent.getBroadcast(getContext(), 0, mSendIntent, in sendMessage()344 recipients, message, mSentIntent, mDeliveredIntent); in sendMessage()
63 private final PendingIntent mSentIntent; field in SendRequest73 mSentIntent = sentIntent; in SendRequest()171 return mSentIntent; in getPendingIntent()