Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DRawContactMatchingCandidates.java54 mRawContactIds.add(score.getRawContactId()); in add()
57 mRawContactToAccount.put(score.getRawContactId(), score.getAccountId()); in add()
60 mRawContactToContact.put(score.getRawContactId(), score.getContactId()); in add()
95 mRawContactToContact.put(mBestMatches.get(i).getRawContactId(), in createRawContactToContactMap()
103 mRawContactToAccount.put(mBestMatches.get(i).getRawContactId(), in createRawContactToAccountMap()
111 mRawContactIds.add(mBestMatches.get(i).getRawContactId()); in createRawContactIdSet()
H A DMatchScore.java66 public long getRawContactId() { in getRawContactId() method in MatchScore
H A DRawContactMatcher.java299 rawContactIds.add(score.getRawContactId()); in prepareSecondaryMatchCandidates()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactDeltaComparator.java121 Long oneId = one.getRawContactId(); in compare()
122 Long twoId = two.getRawContactId(); in compare()
H A DLabeledEditorView.java125 public Long getRawContactId() { in getRawContactId() method in LabeledEditorView
126 return mState == null ? null : mState.getRawContactId(); in getRawContactId()
H A DRawContactEditorView.java380 return mCurrentRawContactDelta == null ? - 1 : mCurrentRawContactDelta.getRawContactId(); in getPhotoRawContactId()
557 if (rawContactDelta.getRawContactId().equals(mRawContactIdToDisplayAlone)) { in pickRawContactDelta()
H A DKindSectionView.java362 nameValuesDelta, rawContactDelta.getRawContactId(), mListener)); in addNameEditorViews()
H A DContactEditorFragment.java862 if (rawContactDelta.getRawContactId() < 0) { in onSplitContactConfirmed()
/aosp12/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java352 raw.getRawContactId() != null ? raw.getRawContactId() : -1, in saveToContact()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDeltaList.java309 public Long getRawContactId(int index) { in getRawContactId() method in RawContactDeltaList
335 final Long currentId = getRawContactId(i); in indexOfRawContactId()
H A DRawContactDelta.java217 public Long getRawContactId() { in getRawContactId() method in RawContactDelta
/aosp12/packages/apps/Contacts/src/com/android/contacts/database/
H A DSimContactDaoImpl.java205 final long id = DataQuery.getRawContactId(dataCursor); in findAccountsOfExistingSimContacts()
441 public static long getRawContactId(Cursor cursor) { in getRawContactId() method in SimContactDaoImpl.DataQuery
/aosp12/packages/apps/Dialer/java/com/android/dialer/preferredsim/impl/
H A DPreferredAccountWorkerImpl.java293 Optional<Long> rawContactId = getRawContactId(contentResolver, dataId); in getAccountType()
312 private static Optional<Long> getRawContactId(ContentResolver contentResolver, long dataId) { in getRawContactId() method in PreferredAccountWorkerImpl
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DDataItem.java105 public Long getRawContactId() { in getRawContactId() method in DataItem
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DDataItem.java98 public Long getRawContactId() { in getRawContactId() method in DataItem
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
H A DContactDetailsViewHolder.java203 Long.toString(contact.getRawContactId()))); in bind()
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DContact.java401 public long getRawContactId() { in getRawContactId() method in Contact
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A 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
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java1442 (contactData.getNameRawContactId() == dataItem.getRawContactId()); in dataItemToEntry()
1818 List<DataItem> bucket = buckets.get(dataItem.getRawContactId()); in dataItemsToBucket()
1821 buckets.put(dataItem.getRawContactId(), bucket); in dataItemsToBucket()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java229 final long newRawContactId = newMatch.getRawContactId(); in findRawContactMatchingCandidates()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java1440 public long getRawContactId() { in getRawContactId() method in BaseContactsProvider2Test.GoldenContact