Searched refs:receivedIntent (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsSMSDispatcher.java | 215 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPdu() argument 229 if (receivedIntent != null) { in injectSmsPdu() 230 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPdu() 235 AsyncResult ar = new AsyncResult(receivedIntent, msg, null); in injectSmsPdu() 248 if (receivedIntent != null) in injectSmsPdu() 249 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPdu() 254 if (receivedIntent != null) in injectSmsPdu() 255 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPdu()
|
D | UiccSmsController.java | 311 int subId, byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPduForSubscriber() argument 314 iccSmsIntMgr.injectSmsPdu(pdu, format, receivedIntent); in injectSmsPduForSubscriber() 318 sendErrorInPendingIntent(receivedIntent, Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPduForSubscriber()
|
D | InboundSmsHandler.java | 540 PendingIntent receivedIntent = null; in handleInjectSms() local 542 receivedIntent = (PendingIntent) ar.userObj; in handleInjectSms() 554 if (receivedIntent != null) { in handleInjectSms() 556 receivedIntent.send(result); in handleInjectSms()
|
D | IccSmsInterfaceManager.java | 468 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPdu() argument 473 "\n receivedIntent=" + receivedIntent); in injectSmsPdu() 475 mDispatcher.injectSmsPdu(pdu, format, receivedIntent); in injectSmsPdu()
|
D | SMSDispatcher.java | 794 protected abstract void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent); in injectSmsPdu() argument
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISms.aidl | 202 int subId, in byte[] pdu, String format, in PendingIntent receivedIntent); in injectSmsPduForSubscriber() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaSMSDispatcher.java | 175 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPdu() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmSMSDispatcher.java | 207 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPdu() argument
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 406 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPdu() argument 416 getSubscriptionId(), pdu, format, receivedIntent); in injectSmsPdu() local
|