Searched refs:INDEX_CONVERSATION_ID (Results 1 – 6 of 6) sorted by relevance
90 private static final int INDEX_CONVERSATION_ID = 7; field in MessagePartData95 + TextUtils.join(",", Arrays.copyOfRange(sProjection, 1, INDEX_CONVERSATION_ID))284 insert.bindString(INDEX_CONVERSATION_ID, conversationId); in getInsertStatement()
66 private static final int INDEX_CONVERSATION_ID = 1; field in MessageData384 mConversationId = cursor.getString(INDEX_CONVERSATION_ID); in bind()448 insert.bindString(INDEX_CONVERSATION_ID, mConversationId); in getInsertStatement()
88 mConversationId = cursor.getString(INDEX_CONVERSATION_ID); in bind()847 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()