Searched refs:INDEX_CONVERSATION_ID (Results 1 – 6 of 6) sorted by relevance
77 private static final int INDEX_CONVERSATION_ID = 7; field in MessagePartData82 + TextUtils.join(",", Arrays.copyOfRange(sProjection, 1, INDEX_CONVERSATION_ID))271 insert.bindString(INDEX_CONVERSATION_ID, conversationId); in getInsertStatement()
66 private static final int INDEX_CONVERSATION_ID = 1; field in MessageData382 mConversationId = cursor.getString(INDEX_CONVERSATION_ID); in bind()446 insert.bindString(INDEX_CONVERSATION_ID, mConversationId); in getInsertStatement()
88 mConversationId = cursor.getString(INDEX_CONVERSATION_ID); in bind()845 private static final int INDEX_CONVERSATION_ID = sIndexIncrementer++; local
348 private static final int INDEX_CONVERSATION_ID = 4; field in SyncCursorPair.LocalMessageQuery363 cursor.getString(LocalMessageQuery.INDEX_CONVERSATION_ID)); in getLocalDatabaseMessage()
90 public static final int INDEX_CONVERSATION_ID = 1; field in ParticipantRefresh.ConversationParticipantsQuery
1830 ConversationParticipantsQuery.INDEX_CONVERSATION_ID); in getConversationsForParticipants()