Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationListFragment.java1134 final int newCursorHash = (newCursor == null) ? 0 : newCursor.hashCode(); in onCursorUpdated() local
1135 if (mConversationCursorHash == newCursorHash && mConversationCursorHash != 0) { in onCursorUpdated()
1138 mConversationCursorHash = newCursorHash; in onCursorUpdated()