Searched defs:injectSmsPdu (Results 1 - 7 of 7) sorted by last modified time

/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java295 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { method in class:SmsManager
304 iccISms.injectSmsPdu(pdu, format, receivedIntent);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
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 DImsSMSDispatcher.java212 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { method in class:ImsSMSDispatcher
213 Rlog.d(TAG, "ImsSMSDispatcher:injectSmsPdu");
244 Rlog.e(TAG, "injectSmsPdu failed: ", e);
H A DSMSDispatcher.java783 protected abstract void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent); method in class:SMSDispatcher
H A DUiccSmsController.java319 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { method in class:UiccSmsController
320 injectSmsPdu(SubscriptionManager.getDefaultSmsSubId(), pdu, format, receivedIntent);
323 // FIXME: Add injectSmsPdu to ISms.aidl
324 public void injectSmsPdu(int subId, byte[] pdu, String format, PendingIntent receivedIntent) { method in class:UiccSmsController
325 getIccSmsInterfaceManager(subId).injectSmsPdu(pdu, format, receivedIntent);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java155 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.java203 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { method in class:GsmSMSDispatcher

Completed in 165 milliseconds