Searched refs:newCursorHash (Results 1 – 1 of 1) sorted by relevance
1134 final int newCursorHash = (newCursor == null) ? 0 : newCursor.hashCode(); in onCursorUpdated() local1135 if (mConversationCursorHash == newCursorHash && mConversationCursorHash != 0) { in onCursorUpdated()1138 mConversationCursorHash = newCursorHash; in onCursorUpdated()