Searched refs:INDEX_SENT_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance
69 private static final int INDEX_SENT_TIMESTAMP = 4; field in MessageData385 mSentTimestamp = cursor.getLong(INDEX_SENT_TIMESTAMP); in bind()449 insert.bindLong(INDEX_SENT_TIMESTAMP, mSentTimestamp); in getInsertStatement()
102 mSentTimestamp = cursor.getLong(INDEX_SENT_TIMESTAMP); in bind()857 private static final int INDEX_SENT_TIMESTAMP = sIndexIncrementer++; local