Home
last modified time | relevance | path

Searched refs:sendSettingsIntentForFailedMms (Results 1 – 1 of 1) sorted by relevance

/packages/services/Mms/src/com/android/mms/service/
DMmsService.java234 sendSettingsIntentForFailedMms(!isRawPduSendReq(contentUri), subId);
298 sendSettingsIntentForFailedMms(/*isIncoming=*/ true, subId);
550 private void sendSettingsIntentForFailedMms(boolean isIncoming, int subId) { in sendSettingsIntentForFailedMms() method in MmsService