Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationMessageData.java744 + DatabaseHelper.MESSAGES_TABLE + '.' + MessageColumns.SMS_PRIORITY
745 + " as " + ConversationMessageViewColumns.SMS_PRIORITY + ", "
822 static final String SMS_PRIORITY = MessageColumns.SMS_PRIORITY; field
901 ConversationMessageViewColumns.SMS_PRIORITY,
DMessageData.java55 MessageColumns.SMS_PRIORITY,
430 values.put(MessageColumns.SMS_PRIORITY, mSmsPriority); in populate()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseHelper.java251 public static final String SMS_PRIORITY = "sms_priority"; field in DatabaseHelper.MessageColumns
285 + MessageColumns.SMS_PRIORITY + " INT DEFAULT(0), "