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