Searched refs:mContactCountAtLastRebuild (Results 1 – 1 of 1) sorted by relevance
115 private AtomicInteger mContactCountAtLastRebuild = new AtomicInteger(0); field in ContactsManager137 return mContactCountAtLastRebuild.get(); in getContactCountAtLastRebuild()235 mContactCountAtLastRebuild.set(getContactCount()); in updateLocalState()