Searched refs:conversationSelfId (Results 1 – 4 of 4) sorted by relevance
650 final String conversationSelfId = getConversationSelfId(dbWrapper, conversationId); in addSelfIdAutoSwitchInfoToContentValues() local653 if (conversationSelfId == null || messageSelfId == null) { in addSelfIdAutoSwitchInfoToContentValues()667 conversationSelfId); in addSelfIdAutoSwitchInfoToContentValues()1597 final String conversationId, final String conversationSelfId) { in readDraftMessageData() argument1613 message.bindDraft(cursor, conversationSelfId); in readDraftMessageData()
359 final String conversationId, final String conversationSelfId) { in broadcastConversationSelfIdChange() argument362 intent.putExtra(UI_INTENT_EXTRA_CONVERSATION_SELF_ID, conversationSelfId); in broadcastConversationSelfIdChange()
280 final String conversationId, final String conversationSelfId); in broadcastConversationSelfIdChange() argument
407 public void bindDraft(final Cursor cursor, final String conversationSelfId) { in bindDraft() argument409 mSelfId = conversationSelfId; in bindDraft()