Searched refs:INDEX_SMS_PRIORITY (Results 1 – 2 of 2) sorted by relevance
76 private static final int INDEX_SMS_PRIORITY = 11; field in MessageData393 mSmsPriority = cursor.getInt(INDEX_SMS_PRIORITY); in bind()458 insert.bindLong(INDEX_SMS_PRIORITY, mSmsPriority); in getInsertStatement()
109 mSmsPriority = cursor.getInt(INDEX_SMS_PRIORITY); in bind()864 private static final int INDEX_SMS_PRIORITY = sIndexIncrementer++; local