Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationListFragment.java160 private int mConversationCursorHash; field in ConversationListFragment
411 mConversationCursorHash = (conversationCursor == null) ? 0 : conversationCursor.hashCode(); in onActivityCreated()
1135 if (mConversationCursorHash == newCursorHash && mConversationCursorHash != 0) { in onCursorUpdated()
1138 mConversationCursorHash = newCursorHash; in onCursorUpdated()