Searched refs:receivedIntent (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DImsSMSDispatcher.java215 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { argument
229 if (receivedIntent != null) {
230 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR);
235 AsyncResult ar = new AsyncResult(receivedIntent, msg, null);
248 if (receivedIntent != null)
249 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR);
254 if (receivedIntent != null)
255 receivedIntent.send(Intents.RESULT_SMS_GENERIC_ERROR);
H A DUiccSmsController.java315 int subId, byte[] pdu, String format, PendingIntent receivedIntent) {
318 iccSmsIntMgr.injectSmsPdu(pdu, format, receivedIntent);
322 sendErrorInPendingIntent(receivedIntent, Intents.RESULT_SMS_GENERIC_ERROR);
314 injectSmsPduForSubscriber( int subId, byte[] pdu, String format, PendingIntent receivedIntent) argument
H A DInboundSmsHandler.java607 PendingIntent receivedIntent = null;
609 receivedIntent = (PendingIntent) ar.userObj;
621 if (receivedIntent != null) {
623 receivedIntent.send(result);
H A DIccSmsInterfaceManager.java463 * @param receivedIntent if not NULL this <code>PendingIntent</code> is
468 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { argument
473 "\n receivedIntent=" + receivedIntent);
475 mDispatcher.injectSmsPdu(pdu, format, receivedIntent);
H A DSMSDispatcher.java810 * @param receivedIntent if not NULL this <code>PendingIntent</code> is
815 protected abstract void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent); argument
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISms.aidl196 * @param receivedIntent if not NULL this <code>PendingIntent</code> is
202 int subId, in byte[] pdu, String format, in PendingIntent receivedIntent);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java175 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java207 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { argument
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java397 * @param receivedIntent if not NULL this <code>PendingIntent</code> is
406 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { argument
416 getSubscriptionId(), pdu, format, receivedIntent);

Completed in 163 milliseconds