Home
last modified time | relevance | path

Searched refs:getRawContactId (Results 1 – 23 of 23) 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/
DContactEditorFragment.java200 final long rawContactId = rawContactDelta.getRawContactId(); in bindEditors()
268 rawContactEditor.getNameEditor().getRawContactId(), in bindEditors()
290 rawContactEditor.getNameEditor().getRawContactId(), in bindEditors()
333 mExpandedEditors.put(childEditor.getRawContactId(), childEditor.isCollapsed()); in updatedExpandedEditorsMap()
378 if (mRawContactIdRequestingPhoto == editor.getRawContactId()) { in bindPhotoHandler()
511 if (editor.getRawContactId() == rawContactId) { in getRawContactEditorView()
532 final long rawContactId = entity.getRawContactId(); in hasMoreThanOnePhoto()
566 mRawContactId = editor.getRawContactId(); in PhotoHandler()
577 mRawContactIdRequestingPhoto = mEditor.getRawContactId(); in startPhotoActivity()
DRawContactDeltaComparator.java121 Long oneId = one.getRawContactId(); in compare()
122 Long twoId = two.getRawContactId(); in compare()
DCompactRawContactsEditorView.java146 if (rawContactDelta.isVisible() && rawContactDelta.getRawContactId() > 0) { in RawContactAccountListAdapter()
192 return getItem(position).getRawContactId(); in getItemId()
554 kindSectionData.getRawContactDelta().getRawContactId())); in getPhotos()
782 if (rawContactDelta.isVisible() && rawContactDelta.getRawContactId() > 0) { in getRawContactDeltaListForSelector()
803 if (rawContactDelta.isVisible() && rawContactDelta.getRawContactId() > 0) { in shouldHideAccountContainer()
959 mPhotoRawContactId = photoToWrite.first.getRawContactDelta().getRawContactId(); in addPhotoView()
DRawContactReadOnlyEditorView.java138 mRawContactId = state.getRawContactId(); in setState()
252 public long getRawContactId() { in getRawContactId() method in RawContactReadOnlyEditorView
DRawContactEditorView.java203 mRawContactId = state.getRawContactId(); in setState()
398 public long getRawContactId() { in getRawContactId() method in RawContactEditorView
DBaseRawContactEditorView.java134 public abstract long getRawContactId(); in getRawContactId() method in BaseRawContactEditorView
DLabeledEditorView.java123 public Long getRawContactId() { in getRawContactId() method in LabeledEditorView
124 return mState == null ? null : mState.getRawContactId(); in getRawContactId()
DCompactKindSectionView.java373 valuesDelta, rawContactDelta.getRawContactId(), mListener)); in addNameEditorViews()
DContactEditorBaseFragment.java881 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/activities/
DAttachPhotoActivity.java337 raw.getRawContactId() != null ? raw.getRawContactId() : -1, in saveToContact()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDeltaList.java419 public Long getRawContactId(int index) { in getRawContactId() method in RawContactDeltaList
445 final Long currentId = getRawContactId(i); in indexOfRawContactId()
DRawContactDelta.java221 public Long getRawContactId() { in getRawContactId() method in RawContactDelta
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupEditorFragment.java443 loadMemberToAddToGroup(member.getRawContactId(), in setupEditorForAccount()
676 membersArray[i] = listMembers.get(i).getRawContactId(); in convertToArray()
848 public long getRawContactId() { in getRawContactId() method in GroupEditorFragment.Member
DSuggestedMemberListAdapter.java347 public long getRawContactId() { in getRawContactId() method in SuggestedMemberListAdapter.SuggestedMember
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DDataItem.java105 public Long getRawContactId() { in getRawContactId() method in DataItem
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java465 final long rawContactId = getRawContactId(state, diffWrapper, results); in saveContact()
522 Long rawContactId = state.getRawContactId(i); in saveContact()
625 private long getRawContactId(RawContactDeltaList state, in getRawContactId() method in ContactSaveService
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1769 (contactData.getNameRawContactId() == dataItem.getRawContactId()); in dataItemToEntry()
2147 List<DataItem> bucket = buckets.get(dataItem.getRawContactId()); in gPlusOrHangoutsDataItemsToEntries()
2150 buckets.put(dataItem.getRawContactId(), bucket); in gPlusOrHangoutsDataItemsToEntries()
/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.java1417 public long getRawContactId() {