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

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

Completed in 50 milliseconds