Home | History | Annotate | Download | only in transaction

Lines Matching refs:COLUMN_THREAD_ID

113     private static final int COLUMN_THREAD_ID   = 0;
592 long threadId = cursor.getLong(COLUMN_THREAD_ID);
721 long threadId = cursor.getLong(COLUMN_THREAD_ID);
739 threads.add(cursor.getLong(COLUMN_THREAD_ID));