Home | History | Annotate | Download | only in ui

Lines Matching refs:THREAD_ID

161  * thread_id long Identify the conversation to be viewed. When creating a
344 public final static String THREAD_ID = "thread_id";
1164 // object still holds onto the old thread_id and code thinks there's a backing thread in
1166 // clear out the thread_id. Later on, when Conversation.ensureThreadId() is called, we'll
1261 intent.putExtra(THREAD_ID, mTempThreadId);
2004 // If we have been passed a thread_id, use that to find our
2011 long threadId = intent.getLongExtra(THREAD_ID, 0);
2037 log("onNewIntent: data=" + intentUri + ", thread_id extra is " + threadId +
2045 // has a stale/obsolete thread id (=1) that could collide against the new thread_id(=1),
2758 intent.putExtra(THREAD_ID, mConversation.getThreadId());
3872 // If we have been passed a thread_id, use that to find our conversation.
3873 long threadId = intent.getLongExtra(THREAD_ID, 0);