HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_SEND_SMS_COMPLETE (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 262 Message reply = obtainMessage(EVENT_SEND_SMS_COMPLETE, tracker);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ImsSMSDispatcher.java 216 * send an EVENT_SEND_SMS_COMPLETE message. Otherwise, resend the message by PSTN if
236 sendMessage(obtainMessage(EVENT_SEND_SMS_COMPLETE,
SMSDispatcher.java 99 protected static final int EVENT_SEND_SMS_COMPLETE = 2;
277 case EVENT_SEND_SMS_COMPLETE:
536 * If SMS sending is successfuly, sends EVENT_SEND_SMS_COMPLETE message. Otherwise,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 299 Message reply = obtainMessage(EVENT_SEND_SMS_COMPLETE, tracker);

Completed in 53 milliseconds