Home | History | Annotate | Download | only in ui

Lines Matching refs:getThreadId

1190                         mTempThreadId = MessagingNotification.getThreadId(
1642 if (token != mConversation.getThreadId()) {
1875 originalThreadId == mConversation.getThreadId()) {
1910 if (mConversation.getThreadId() <= 0) {
1966 long originalThreadId = mConversation.getThreadId();
1974 if (mConversation.getThreadId() == 0) {
2003 sameThread = ((conversation.getThreadId() == mConversation.getThreadId() ||
2004 mConversation.getThreadId() == 0) &&
2009 if (mConversation.getThreadId() == 0) {
2107 final long threadId = mConversation.getThreadId();
2600 confirmDeleteThread(mConversation.getThreadId());
3395 long threadId = mConversation.getThreadId();
3839 if (tid != mConversation.getThreadId()) {
3842 mConversation.getThreadId() + " starting a new query");
4151 MessagingNotification.setCurrentlyDisplayedThreadId(mConversation.getThreadId());