Searched refs:DESTINATION_PARTICIPANT_ID_COLUMN (Results 1 – 3 of 3) sorted by relevance
28 …atic android.provider.Telephony.RcsColumns.RcsThreadEventColumns.DESTINATION_PARTICIPANT_ID_COLUMN;177 cursor.getInt(cursor.getColumnIndex(DESTINATION_PARTICIPANT_ID_COLUMN))); in createNewParticipantLeftEvent()186 cursor.getInt(cursor.getColumnIndex(DESTINATION_PARTICIPANT_ID_COLUMN))); in createNewParticipantJoinedEvent()
62 …atic android.provider.Telephony.RcsColumns.RcsThreadEventColumns.DESTINATION_PARTICIPANT_ID_COLUMN;1009 eventSpecificValues.put(DESTINATION_PARTICIPANT_ID_COLUMN, participantId);1022 eventSpecificValues.put(DESTINATION_PARTICIPANT_ID_COLUMN, participantId);
2647 String DESTINATION_PARTICIPANT_ID_COLUMN = "destination_participant"; field