Searched refs:getContactCountAtLastRebuild (Results 1 – 3 of 3) sorted by relevance
78 when(mMockManager.getContactCountAtLastRebuild()).thenReturn(STALE_CONTACT_COUNT); in testHaveContentsChanged_NoChange()86 when(mMockManager.getContactCountAtLastRebuild()).thenReturn(STALE_CONTACT_COUNT); in testHaveContentsChanged_UpdatedCount()93 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