Searched refs:mSentIntent (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | MyNotificationListenerService.java | 84 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()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | SmsManagerTest.java | 124 private PendingIntent mSentIntent; field in SmsManagerTest 261 sendTextMessage(mDestAddr, mDestAddr, mSentIntent, mDeliveredIntent); in testSendAndReceiveMessages() 334 sendTextMessage(mDestAddr, mDestAddr, mSentIntent, mDeliveredIntent); in testSmsBlocking() 421 mDestAddr, mSentIntent, mDeliveredIntent); in testSmsNotPersisted_failsWithoutCarrierPermissions() 575 mSentIntent = PendingIntent.getBroadcast(mContext, 0, mSendIntent, in init() 637 sendDataMessage(mDestAddr, port, data, mSentIntent, mDeliveredIntent); in sendDataMessageIfSupported()
|