Searched refs:INDEX_PARTICIPANT_ID (Results 1 – 3 of 3) sorted by relevance
67 private static final int INDEX_PARTICIPANT_ID = 2; field in MessageData383 mParticipantId = cursor.getString(INDEX_PARTICIPANT_ID); in bind()413 return cursor.getString(INDEX_PARTICIPANT_ID); in getParticipantId()447 insert.bindString(INDEX_PARTICIPANT_ID, mParticipantId); in getInsertStatement()
89 mParticipantId = cursor.getString(INDEX_PARTICIPANT_ID); in bind()138 final String otherParticipantId = cursor.getString(INDEX_PARTICIPANT_ID); in canClusterWithMessage()846 private static final int INDEX_PARTICIPANT_ID = sIndexIncrementer++; local
91 public static final int INDEX_PARTICIPANT_ID = 2; field in ParticipantRefresh.ConversationParticipantsQuery