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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java50 public final class GsmSMSDispatcher extends SMSDispatcher { class in inherits:SMSDispatcher
51 private static final String TAG = "GsmSMSDispatcher";
62 public GsmSMSDispatcher(Phone phone, SmsUsageMonitor usageMonitor, method in class:GsmSMSDispatcher
70 Rlog.d(TAG, "GsmSMSDispatcher created");
173 Rlog.e(TAG, "GsmSMSDispatcher.sendData(): getSubmitPdu() returned null");
201 Rlog.e(TAG, "GsmSMSDispatcher.sendText(): getSubmitPdu() returned null");
236 Rlog.e(TAG, "GsmSMSDispatcher.sendNewSubmitPdu(): getSubmitPdu() returned null");
325 Rlog.d(TAG, "GsmSMSDispatcher: subId = " + mPhone.getSubId()

Completed in 48 milliseconds