Home
last modified time | relevance | path

Searched refs:mSentIntent (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DMyNotificationListenerService.java84 private PendingIntent mSentIntent = null; field in MyNotificationListenerService.PendingIntentSender
93 if (mSentIntent != null || mReason != null) { in send()
97 throw new IllegalStateException("Already sent a PendingIntent (" + mSentIntent in send()
104 mSentIntent = pendingIntent; in send()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBtSmsInterfaceManager.java83 final PendingIntent mSentIntent; field in BtSmsInterfaceManager.MapMessageSender
95 mSentIntent = sentIntent; in MapMessageSender()
108 mapProfile.sendMessage(mDevice, mDestAddr, mMessage, mSentIntent, mDeliveryIntent); in onServiceConnected()
119 sendErrorInPendingIntent(mSentIntent, SmsManager.RESULT_BLUETOOTH_DISCONNECTED); in onServiceDisconnected()
H A DSMSDispatcher.java874 PendingIntent sentIntent = tracker.mSentIntent; in handleSendComplete()
2025 public final PendingIntent mSentIntent; field in SMSDispatcher.SmsTracker
2076 mSentIntent = sentIntent; in SmsTracker()
2253 if (mSentIntent != null) { in onFailed()
2273 mSentIntent.send(context, error, fillIn); in onFailed()
2327 if (mSentIntent != null) { in onSent()
2339 mSentIntent.send(context, Activity.RESULT_OK, fillIn); in onSent()
/aosp12/packages/services/Mms/src/com/android/mms/service/
H A DSendRequest.java57 private final PendingIntent mSentIntent; field in SendRequest
66 mSentIntent = sentIntent; in SendRequest()
164 return mSentIntent; in getPendingIntent()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
H A DMapMceTestFragment.java117 PendingIntent mSentIntent; field in MapMceTestFragment
368 mSentIntent = PendingIntent.getBroadcast(getContext(), 0, mSendIntent, in sendMessage()
375 recipients, message, mSentIntent, mDeliveredIntent); in sendMessage()