Searched refs:receivedIntent (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsController.java | 425 int subId, byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPduForSubscriber() argument 428 iccSmsIntMgr.injectSmsPdu(pdu, format, receivedIntent); in injectSmsPduForSubscriber() 432 sendErrorInPendingIntent(receivedIntent, Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPduForSubscriber()
|
D | IccSmsInterfaceManager.java | 572 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPdu() argument 581 "\n receivedIntent=" + receivedIntent); in injectSmsPdu() 585 if (receivedIntent != null) { in injectSmsPdu() 587 receivedIntent.send(result); in injectSmsPdu()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISmsImplBase.java | 86 int subId, byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPduForSubscriber() argument
|
D | ISms.aidl | 255 int subId, in byte[] pdu, String format, in PendingIntent receivedIntent); in injectSmsPduForSubscriber() argument
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 700 byte[] pdu, @SmsMessage.Format String format, PendingIntent receivedIntent) { in injectSmsPdu() argument 710 getSubscriptionId(), pdu, format, receivedIntent); in injectSmsPdu() local 714 if (receivedIntent != null) { in injectSmsPdu() 715 receivedIntent.send(Telephony.Sms.Intents.RESULT_SMS_GENERIC_ERROR); in injectSmsPdu()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |