Searched refs:selectionList (Results 1 – 1 of 1) sorted by relevance
665 final StringBuilder selectionList = new StringBuilder(); in getConversationsWithSelfParticipantIds() local667 selectionList.append('?'); in getConversationsWithSelfParticipantIds()669 selectionList.append(','); in getConversationsWithSelfParticipantIds()673 ConversationColumns.CURRENT_SELF_ID + " IN (" + selectionList + ")"; in getConversationsWithSelfParticipantIds()