Searched refs:injectSmsPdu (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccSmsController.java286 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { method in class:UiccSmsController
287 injectSmsPdu(SubscriptionManager.getDefaultSmsSubId(), pdu, format, receivedIntent);
290 // FIXME: Add injectSmsPdu to ISms.aidl
291 public void injectSmsPdu(long subId, byte[] pdu, String format, PendingIntent receivedIntent) { method in class:UiccSmsController
292 getIccSmsInterfaceManager(subId).injectSmsPdu(pdu, format, receivedIntent);
H A DImsSMSDispatcher.java267 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { method in class:ImsSMSDispatcher
268 Rlog.d(TAG, "ImsSMSDispatcher:injectSmsPdu");
299 Rlog.e(TAG, "injectSmsPdu failed: ", e);
H A DIccSmsInterfaceManager.java417 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { method in class:IccSmsInterfaceManager
424 mDispatcher.injectSmsPdu(pdu, format, receivedIntent);
H A DSMSDispatcher.java511 protected abstract void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent); method in class:SMSDispatcher
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISms.aidl224 void injectSmsPdu(in byte[] pdu, String format, in PendingIntent receivedIntent);
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java274 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { method in class:SmsManager
283 iccISms.injectSmsPdu(pdu, format, receivedIntent);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java152 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { method in class:CdmaSMSDispatcher
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java199 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { method in class:GsmSMSDispatcher

Completed in 132 milliseconds