Searched defs:SMS_PRIORITY (Results 1 - 2 of 2) sorted by relevance

/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), "
/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,

Completed in 355 milliseconds