Searched refs:COLUMN_THREAD_ID (Results 1 – 4 of 4) sorted by relevance
155 static private final int COLUMN_THREAD_ID = 1; field in Recycler.SmsRecycler299 static private final int COLUMN_THREAD_ID = 1; field in Recycler.MmsRecycler369 threadId = cursor.getLong(COLUMN_THREAD_ID); in deleteOldMessagesInSameThreadAsMessage()
113 private static final int COLUMN_THREAD_ID = 0; field in MessagingNotification565 long threadId = cursor.getLong(COLUMN_THREAD_ID); in addMmsNotificationInfos()693 long threadId = cursor.getLong(COLUMN_THREAD_ID); in addSmsNotificationInfos()711 threads.add(cursor.getLong(COLUMN_THREAD_ID)); in addSmsNotificationInfos()
84 static final int COLUMN_THREAD_ID = 2; field in MessageListAdapter
1284 static final int COLUMN_THREAD_ID = 1; field in Conversation