Searched refs:mRawContactIds (Results 1 – 2 of 2) sorted by relevance
33 private Set<Long> mRawContactIds = null; field in RawContactMatchingCandidates52 if (mRawContactIds != null) { in add()53 mRawContactIds.add(score.getRawContactId()); in add()64 if (mRawContactIds == null) { in getRawContactIdSet()67 return mRawContactIds; in getRawContactIdSet()108 mRawContactIds = new HashSet<Long>(); in createRawContactIdSet()110 mRawContactIds.add(mBestMatches.get(i).getRawContactId()); in createRawContactIdSet()
100 private ArrayList<Long> mRawContactIds = new ArrayList<Long>(); field in ContactFragment320 mRawContactIds.clear(); in buildEntries()346 if (!mRawContactIds.contains(rawContactId)) { in buildEntries()347 mRawContactIds.add(rawContactId); in buildEntries()