Home
last modified time | relevance | path

Searched refs:getConversationSelfId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java883 public String getConversationSelfId() { in getConversationSelfId() method in ComposeMessageView
888 final String oldSelfId = getConversationSelfId(); in selectSim()
DConversationFragment.java1435 final String selfParticipantId = mComposeMessageView.getConversationSelfId(); in getConversationSelfSubId()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java594 conversationId, getConversationSelfId(dbWrapper, conversationId)); in updateConversationMetadataInTransaction()
650 final String conversationSelfId = getConversationSelfId(dbWrapper, conversationId); in addSelfIdAutoSwitchInfoToContentValues()
873 public static String getConversationSelfId(final DatabaseWrapper dbWrapper, in getConversationSelfId() method in BugleDatabaseOperations