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

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

Completed in 53 milliseconds