Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java665 final StringBuilder selectionList = new StringBuilder(); in getConversationsWithSelfParticipantIds() local
667 selectionList.append('?'); in getConversationsWithSelfParticipantIds()
669 selectionList.append(','); in getConversationsWithSelfParticipantIds()
673 ConversationColumns.CURRENT_SELF_ID + " IN (" + selectionList + ")"; in getConversationsWithSelfParticipantIds()