Searched refs:getContactCount (Results 1 – 6 of 6) sorted by relevance
77 when(mMockManager.getContactCount()).thenReturn(STALE_CONTACT_COUNT); in testHaveContentsChanged_NoChange()85 when(mMockManager.getContactCount()).thenReturn(UPDATED_CONTACT_COUNT); in testHaveContentsChanged_UpdatedCount()92 when(mMockManager.getContactCount()).thenReturn(STALE_CONTACT_COUNT); in testHaveContentsChanged_HashUpdate()
139 assertEquals(4, mManager.getContactCount()); in testGetCount()
196 public int getContactCount() { in getContactCount() method in ContactsManager235 mContactCountAtLastRebuild.set(getContactCount()); in updateLocalState()
108 final int contactCount = mManager.getContactCount(); in haveContentsChanged()
206 public long getContactCount() {
145 public int getContactCount() { in getContactCount() method in SimCard