Searched refs:mConversationCursorHash (Results 1 – 1 of 1) sorted by relevance
160 private int mConversationCursorHash; field in ConversationListFragment411 mConversationCursorHash = (conversationCursor == null) ? 0 : conversationCursor.hashCode(); in onActivityCreated()1135 if (mConversationCursorHash == newCursorHash && mConversationCursorHash != 0) { in onCursorUpdated()1138 mConversationCursorHash = newCursorHash; in onCursorUpdated()