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

  /packages/services/Mms/src/com/android/mms/service/
SendRequest.java 250 carrierSendCompleteCallback.onSendMmsComplete(
268 mCarrierSendCompleteCallback.onSendMmsComplete(
290 public void onSendMmsComplete(int result, byte[] sendConfPdu) {
DownloadRequest.java 320 public void onSendMmsComplete(int result, byte[] sendConfPdu) {
321 Log.e(MmsService.TAG, "Unexpected onSendMmsComplete call with result: " + result);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java     [all...]
SMSDispatcher.java 457 public void onSendMmsComplete(int result, byte[] sendConfPdu) {
458 Rlog.e(TAG, "Unexpected onSendMmsComplete call with result: " + result);
590 public void onSendMmsComplete(int result, byte[] sendConfPdu) {
591 Rlog.e(TAG, "Unexpected onSendMmsComplete call with result: " + result);
    [all...]

Completed in 222 milliseconds