Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java596 private void updateConversationSelfId(final String selfId, final boolean notify) { in updateConversationSelfId() method in ComposeMessageView
874 updateConversationSelfId(selfId, true /* notify */); in updateConversationSelfIdOnExternalChange()
895 updateConversationSelfId(newSelfId, true /* notify */); in selectSim()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java696 private static void updateConversationSelfId(final String conversationId, in updateConversationSelfId() method in ParticipantRefresh
734 updateConversationSelfId(conversationId, defaultSelf.getId()); in refreshConversationSelfIds()