/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | RawContactMatchingCandidates.java | 53 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()
|
D | MatchScore.java | 66 public long getRawContactId() { in getRawContactId() method in MatchScore
|
D | RawContactMatcher.java | 299 rawContactIds.add(score.getRawContactId()); in prepareSecondaryMatchCandidates()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 200 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()
|
D | RawContactDeltaComparator.java | 121 Long oneId = one.getRawContactId(); in compare() 122 Long twoId = two.getRawContactId(); in compare()
|
D | CompactRawContactsEditorView.java | 146 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()
|
D | RawContactReadOnlyEditorView.java | 138 mRawContactId = state.getRawContactId(); in setState() 252 public long getRawContactId() { in getRawContactId() method in RawContactReadOnlyEditorView
|
D | RawContactEditorView.java | 203 mRawContactId = state.getRawContactId(); in setState() 398 public long getRawContactId() { in getRawContactId() method in RawContactEditorView
|
D | BaseRawContactEditorView.java | 134 public abstract long getRawContactId(); in getRawContactId() method in BaseRawContactEditorView
|
D | LabeledEditorView.java | 123 public Long getRawContactId() { in getRawContactId() method in LabeledEditorView 124 return mState == null ? null : mState.getRawContactId(); in getRawContactId()
|
D | CompactKindSectionView.java | 373 valuesDelta, rawContactDelta.getRawContactId(), mListener)); in addNameEditorViews()
|
D | ContactEditorBaseFragment.java | 881 if (rawContactDelta.getRawContactId() < 0) { in onSplitContactConfirmed()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | EntitySet.java | 244 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/ |
D | AttachPhotoActivity.java | 337 raw.getRawContactId() != null ? raw.getRawContactId() : -1, in saveToContact()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | RawContactDeltaList.java | 419 public Long getRawContactId(int index) { in getRawContactId() method in RawContactDeltaList 445 final Long currentId = getRawContactId(i); in indexOfRawContactId()
|
D | RawContactDelta.java | 221 public Long getRawContactId() { in getRawContactId() method in RawContactDelta
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupEditorFragment.java | 443 loadMemberToAddToGroup(member.getRawContactId(), in setupEditorForAccount() 676 membersArray[i] = listMembers.get(i).getRawContactId(); in convertToArray() 848 public long getRawContactId() { in getRawContactId() method in GroupEditorFragment.Member
|
D | SuggestedMemberListAdapter.java | 347 public long getRawContactId() { in getRawContactId() method in SuggestedMemberListAdapter.SuggestedMember
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
D | DataItem.java | 105 public Long getRawContactId() { in getRawContactId() method in DataItem
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 465 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/ |
D | QuickContactActivity.java | 1769 (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/ |
D | ContactAggregator2.java | 229 final long newRawContactId = newMatch.getRawContactId(); in findRawContactMatchingCandidates()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 1417 public long getRawContactId() {
|