Searched refs:ORIGINATION_TIMESTAMP_COLUMN (Results 1 – 3 of 3) sorted by relevance
38 import static android.provider.Telephony.RcsColumns.RcsMessageColumns.ORIGINATION_TIMESTAMP_COLUMN;115 contentValues.put(ORIGINATION_TIMESTAMP_COLUMN, in createContentValuesForGenericMessage()
52 import static android.provider.Telephony.RcsColumns.RcsMessageColumns.ORIGINATION_TIMESTAMP_COLUMN;606 ORIGINATION_TIMESTAMP_COLUMN, originationTimestamp,615 ORIGINATION_TIMESTAMP_COLUMN, MESSAGE_ID_COLUMN, messageId));
2362 String ORIGINATION_TIMESTAMP_COLUMN = "origination_timestamp"; field