Home
last modified time | relevance | path

Searched refs:getRawContactId (Results 1 – 19 of 19) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DRawContactMatchingCandidates.java53 mRawContactIds.add(score.getRawContactId()); in add()
56 mRawContactToAccount.put(score.getRawContactId(), score.getAccountId()); in add()
59 mRawContactToContact.put(score.getRawContactId(), score.getContactId()); in add()
94 mRawContactToContact.put(mBestMatches.get(i).getRawContactId(), in createRawContactToContactMap()
102 mRawContactToAccount.put(mBestMatches.get(i).getRawContactId(), in createRawContactToAccountMap()
110 mRawContactIds.add(mBestMatches.get(i).getRawContactId()); in createRawContactIdSet()
DMatchScore.java66 public long getRawContactId() { in getRawContactId() method in MatchScore
DRawContactMatcher.java299 rawContactIds.add(score.getRawContactId()); in prepareSecondaryMatchCandidates()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactDeltaComparator.java121 Long oneId = one.getRawContactId(); in compare()
122 Long twoId = two.getRawContactId(); in compare()
DLabeledEditorView.java125 public Long getRawContactId() { in getRawContactId() method in LabeledEditorView
126 return mState == null ? null : mState.getRawContactId(); in getRawContactId()
DRawContactEditorView.java380 return mCurrentRawContactDelta == null ? - 1 : mCurrentRawContactDelta.getRawContactId(); in getPhotoRawContactId()
550 if (rawContactDelta.getRawContactId().equals(mRawContactIdToDisplayAlone)) { in pickRawContactDelta()
DKindSectionView.java349 nameValuesDelta, rawContactDelta.getRawContactId(), mListener)); in addNameEditorViews()
DContactEditorFragment.java823 if (rawContactDelta.getRawContactId() < 0) { in onSplitContactConfirmed()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntitySet.java244 public Long getRawContactId(int index) { in getRawContactId() method in EntitySet
267 final Long currentId = getRawContactId(i); in indexOfRawContactId()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java309 public Long getRawContactId(int index) { in getRawContactId() method in RawContactDeltaList
335 final Long currentId = getRawContactId(i); in indexOfRawContactId()
DRawContactDelta.java217 public Long getRawContactId() { in getRawContactId() method in RawContactDelta
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java349 raw.getRawContactId() != null ? raw.getRawContactId() : -1, in saveToContact()
/packages/apps/Contacts/src/com/android/contacts/database/
DSimContactDaoImpl.java216 final long id = DataQuery.getRawContactId(dataCursor); in findAccountsOfExistingSimContacts()
453 public static long getRawContactId(Cursor cursor) { in getRawContactId() method in SimContactDaoImpl.DataQuery
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DDataItem.java98 public Long getRawContactId() { in getRawContactId() method in DataItem
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DDataItem.java107 public Long getRawContactId() { in getRawContactId() method in DataItem
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java552 final long rawContactId = getRawContactId(state, diffWrapper, results); in saveContact()
609 Long rawContactId = state.getRawContactId(i); in saveContact()
712 private long getRawContactId(RawContactDeltaList state, in getRawContactId() method in ContactSaveService
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1628 (contactData.getNameRawContactId() == dataItem.getRawContactId()); in dataItemToEntry()
1995 List<DataItem> bucket = buckets.get(dataItem.getRawContactId()); in dataItemsToBucket()
1998 buckets.put(dataItem.getRawContactId(), bucket); in dataItemsToBucket()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java229 final long newRawContactId = newMatch.getRawContactId(); in findRawContactMatchingCandidates()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java1445 public long getRawContactId() { in getRawContactId() method in BaseContactsProvider2Test.GoldenContact