Searched refs:EVENT_NEW_SMS_STATUS_REPORT (Results 1 – 3 of 3) sorted by relevance
61 sendMessage(obtainMessage(EVENT_NEW_SMS_STATUS_REPORT, sms)); in sendStatusReportMessage()
58 mCi.setOnSmsStatus(this, EVENT_NEW_SMS_STATUS_REPORT, null); in GsmSMSDispatcher()
153 protected static final int EVENT_NEW_SMS_STATUS_REPORT = 10; field in SMSDispatcher437 case EVENT_NEW_SMS_STATUS_REPORT: in handleMessage()