Home
last modified time | relevance | path

Searched refs:ORIGINATION_TIMESTAMP_COLUMN (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DRcsMessageQueryHelper.java38 import static android.provider.Telephony.RcsColumns.RcsMessageColumns.ORIGINATION_TIMESTAMP_COLUMN;
115 contentValues.put(ORIGINATION_TIMESTAMP_COLUMN, in createContentValuesForGenericMessage()
DRcsMessageStoreController.java52 import static android.provider.Telephony.RcsColumns.RcsMessageColumns.ORIGINATION_TIMESTAMP_COLUMN;
606 ORIGINATION_TIMESTAMP_COLUMN, originationTimestamp,
615 ORIGINATION_TIMESTAMP_COLUMN, MESSAGE_ID_COLUMN, messageId));
/frameworks/base/telephony/java/android/provider/
DTelephony.java2362 String ORIGINATION_TIMESTAMP_COLUMN = "origination_timestamp"; field