Searched refs:receivedIntent (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 744 byte[] pdu, @SmsMessage.Format String format, PendingIntent receivedIntent) { in injectSmsPdu() argument 754 getSubscriptionId(), pdu, format, receivedIntent); in injectSmsPdu() local 758 if (receivedIntent != null) { in injectSmsPdu() 759 receivedIntent.send(RESULT_REMOTE_EXCEPTION); in injectSmsPdu()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISmsImplBase.java | 72 int subId, byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPduForSubscriber() argument
|
D | ISms.aidl | 190 int subId, in byte[] pdu, String format, in PendingIntent receivedIntent); in injectSmsPduForSubscriber() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccSmsInterfaceManager.java | 643 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPdu() argument 652 "\n receivedIntent=" + receivedIntent); in injectSmsPdu() 656 if (receivedIntent != null) { in injectSmsPdu() 658 receivedIntent.send(result); in injectSmsPdu()
|
D | SmsController.java | 455 int subId, byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPduForSubscriber() argument 458 iccSmsIntMgr.injectSmsPdu(pdu, format, receivedIntent); in injectSmsPduForSubscriber() 462 sendErrorInPendingIntent(receivedIntent, Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPduForSubscriber()
|