Home
last modified time | relevance | path

Searched refs:mOngoingConversations (Results 1 – 1 of 1) sorted by relevance

/packages/apps/IM/src/com/android/im/app/
DContactListTreeAdapter.java67 Cursor mOngoingConversations; field in ContactListTreeAdapter
164 if (mOngoingConversations != null) { in changeConnection()
165 mOngoingConversations.close(); in changeConnection()
166 mOngoingConversations = null; in changeConnection()
484 if (mOngoingConversations == null) { in getOngoingConversations()
487 return mOngoingConversations; in getOngoingConversations()
491 if (mOngoingConversations != null) { in setOngoingConversations()
492 mOngoingConversations.unregisterContentObserver(mContentObserver); in setOngoingConversations()
493 mOngoingConversations.unregisterDataSetObserver(mDataSetObserver); in setOngoingConversations()
494 mOngoingConversations.close(); in setOngoingConversations()
[all …]