Home
last modified time | relevance | path

Searched refs:mRawContactIds (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DRawContactMatchingCandidates.java33 private Set<Long> mRawContactIds = null; field in RawContactMatchingCandidates
52 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()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactsRequest.java112 private ArrayList<String> mRawContactIds; field in ContactsRequest
126 + " mRawContactIds=" + mRawContactIds in toString()
215 return mRawContactIds; in getRawContactIds()
219 mRawContactIds = rawContactIds; in setRawContactIds()
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactFragment.java100 private ArrayList<Long> mRawContactIds = new ArrayList<Long>(); field in ContactFragment
320 mRawContactIds.clear(); in buildEntries()
346 if (!mRawContactIds.contains(rawContactId)) { in buildEntries()
347 mRawContactIds.add(rawContactId); in buildEntries()