Searched defs:SMSDispatcher (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java91 public abstract class SMSDispatcher extends Handler { class in inherits:Handler
92 static final String TAG = "SMSDispatcher"; // accessed from inner class
184 protected SMSDispatcher(Phone phone, SmsUsageMonitor usageMonitor, method in class:SMSDispatcher
201 Rlog.d(TAG, "SMSDispatcher: ctor mSmsCapable=" + mSmsCapable + " format=" + getFormat()
323 Rlog.d(TAG, "SMSDispatcher: EVENT_STOP_SENDING - "
328 Rlog.d(TAG, "SMSDispatcher: EVENT_STOP_SENDING - "
333 Rlog.d(TAG, "SMSDispatcher: EVENT_STOP_SENDING - "
336 Rlog.e(TAG, "SMSDispatcher: EVENT_STOP_SENDING - unexpected cases.");

Completed in 49 milliseconds