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

  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessDeliveryReportAction.java 76 final int bugleStatus = SyncMessageBatch.bugleStatusForSms(true /*outgoing*/,
SyncMessageBatch.java 52 class SyncMessageBatch {
67 SyncMessageBatch(final ArrayList<SmsMessage> smsToAdd,
101 LogUtil.v(TAG, "SyncMessageBatch: Deleted message " + message.getLocalId()
131 LogUtil.w(TAG, "SyncMessageBatch: SMS " + sms.mUri + " has no body; adding empty one");
137 LogUtil.e(TAG, "SyncMessageBatch: SMS has no address; using unknown sender");
154 LogUtil.e(TAG, "SyncMessageBatch: Failed to create conversation for SMS thread "
190 LogUtil.v(TAG, "SyncMessageBatch: Inserted new message " + message.getMessageId()
232 LogUtil.w(TAG, "SyncMessageBatch: MMS " + mms.mUri + " has no parts");
248 LogUtil.e(TAG, "SyncMessageBatch: Failed to create conversation for MMS thread "
280 LogUtil.v(TAG, "SyncMessageBatch: Inserted new message " + message.getMessageId(
    [all...]
SyncMessagesAction.java 410 final SyncMessageBatch batch = new SyncMessageBatch(smsToAdd, mmsToAdd,

Completed in 554 milliseconds