Searched refs:oldMsg (Results 1 – 1 of 1) sorted by relevance
1658 final ConversationMessage oldMsg = oldCursor.getMessage(); in processInPlaceUpdates() local1663 if (!newMsg.isEqual(oldMsg)) { in processInPlaceUpdates()1670 if (!TextUtils.equals(newMsg.bodyHtml, oldMsg.bodyHtml) || in processInPlaceUpdates()1671 !TextUtils.equals(newMsg.bodyText, oldMsg.bodyText)) { in processInPlaceUpdates()