Searched refs:TIMESTAMP_COLUMN (Results 1 – 3 of 3) sorted by relevance
37 import static android.provider.Telephony.RcsColumns.RcsThreadEventColumns.TIMESTAMP_COLUMN;119 values.put(TIMESTAMP_COLUMN, timestamp); in createGroupThreadEvent()157 cursor.getLong(cursor.getColumnIndex(TIMESTAMP_COLUMN)), in createNewGroupIconChangedEvent()165 cursor.getLong(cursor.getColumnIndex(TIMESTAMP_COLUMN)), in createNewGroupNameChangedEvent()174 cursor.getLong(cursor.getColumnIndex(TIMESTAMP_COLUMN)), in createNewParticipantLeftEvent()183 cursor.getLong(cursor.getColumnIndex(TIMESTAMP_COLUMN)), in createNewParticipantJoinedEvent()192 cursor.getLong(cursor.getColumnIndex(TIMESTAMP_COLUMN)), in createNewParticipantAliasChangedEvent()
66 import static android.provider.Telephony.RcsColumns.RcsThreadEventColumns.TIMESTAMP_COLUMN;1034 contentValues.put(TIMESTAMP_COLUMN, timestamp);
2635 String TIMESTAMP_COLUMN = "origination_timestamp"; field