Searched refs:getContactCountAtLastRebuild (Results 1 – 3 of 3) sorted by relevance
74 when(mMockManager.getContactCountAtLastRebuild()).thenReturn(STALE_CONTACT_COUNT); in testHaveContentsChanged_NoChange()82 when(mMockManager.getContactCountAtLastRebuild()).thenReturn(STALE_CONTACT_COUNT); in testHaveContentsChanged_UpdatedCount()89 when(mMockManager.getContactCountAtLastRebuild()).thenReturn(STALE_CONTACT_COUNT); in testHaveContentsChanged_HashUpdate()
115 if (contactCount != mManager.getContactCountAtLastRebuild()) { in haveContentsChanged()118 + mManager.getContactCountAtLastRebuild() + " to " + contactCount); in haveContentsChanged()
136 public int getContactCountAtLastRebuild() { in getContactCountAtLastRebuild() method in ContactsManager