Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DProcessDownloadedMmsAction.java291 MmsUtils.insertDownloadedMessageAndSendResponse(context, in doBackgroundWork()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java1865 return insertDownloadedMessageAndSendResponse(context, notificationUri, subId, in downloadMmsMessage()
1878 public static StatusPlusUri insertDownloadedMessageAndSendResponse(final Context context, in insertDownloadedMessageAndSendResponse() method in MmsUtils