HomeSort by relevance Sort by last modified time
    Searched refs:INDEX_SMS_PRIORITY (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessageData.java 76 private static final int INDEX_SMS_PRIORITY = 11;
393 mSmsPriority = cursor.getInt(INDEX_SMS_PRIORITY);
458 insert.bindLong(INDEX_SMS_PRIORITY, mSmsPriority);
    [all...]
ConversationMessageData.java 109 mSmsPriority = cursor.getInt(INDEX_SMS_PRIORITY);
    [all...]

Completed in 70 milliseconds