Searched refs:SMS_PRIORITY (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DConversationMessageData.java742 + DatabaseHelper.MESSAGES_TABLE + '.' + MessageColumns.SMS_PRIORITY
743 + " as " + ConversationMessageViewColumns.SMS_PRIORITY + ", "
820 static final String SMS_PRIORITY = MessageColumns.SMS_PRIORITY; field in interface:ConversationMessageData.ConversationMessageViewColumns
899 ConversationMessageViewColumns.SMS_PRIORITY,
H A DMessageData.java55 MessageColumns.SMS_PRIORITY,
428 values.put(MessageColumns.SMS_PRIORITY, mSmsPriority);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDatabaseHelper.java248 public static final String SMS_PRIORITY = "sms_priority"; field in class:DatabaseHelper.MessageColumns
282 + MessageColumns.SMS_PRIORITY + " INT DEFAULT(0), "

Completed in 181 milliseconds