HomeSort by relevance Sort by last modified time
    Searched defs:injectSmsPdu (Results 1 - 9 of 9) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 155 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) {
  /frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java 295 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) {
304 iccISms.injectSmsPdu(pdu, format, receivedIntent);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 417 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) {
424 mDispatcher.injectSmsPdu(pdu, format, receivedIntent);
    [all...]
ImsSMSDispatcher.java 212 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) {
213 Rlog.d(TAG, "ImsSMSDispatcher:injectSmsPdu");
244 Rlog.e(TAG, "injectSmsPdu failed: ", e);
UiccSmsController.java 319 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) {
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) {
325 getIccSmsInterfaceManager(subId).injectSmsPdu(pdu, format, receivedIntent);
SMSDispatcher.java 783 protected abstract void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 203 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) {
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 138 milliseconds