Home
last modified time | relevance | path

Searched refs:mRawContactId (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DMatchScore.java27 private long mRawContactId; field in MatchScore
39 this.mRawContactId = rawContactId; in MatchScore()
45 this.mRawContactId = 0; in MatchScore()
51 this.mRawContactId = rawContactId; in reset()
67 return mRawContactId; in getRawContactId()
146 return mRawContactId + "/" + mContactId + "/" + mAccountId + ": " + mPrimaryScore + in toString()
/aosp12/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
H A DDatabaseAsserts.java113 public long mRawContactId; field in DatabaseAsserts.ContactIdPair
117 this.mRawContactId = rawContactId; in ContactIdPair()
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DContact.java74 private long mRawContactId; field in Contact
300 mRawContactId = cursor.getLong(rawContactIdColumn); in loadBasicInfo()
402 return mRawContactId; in getRawContactId()
577 dest.writeLong(mRawContactId); in writeToParcel()
622 contact.mRawContactId = source.readLong(); in fromParcel()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java8459 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_hasDeleteLog()
8473 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_marksRawContactsForDeletion()
8485 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_checkRawContactContactId()
8519 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactUpdate_updatesContactUpdatedTimestamp()
8548 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactUpdate_updatesContactUpdatedTimestamp()
8561 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactPsuedoDelete_hasDeleteLogForContact()
8590 insertPhoneNumberAndReturnDataId(ids.mRawContactId); in testDataInsert_updatesContactLastUpdatedTimestamp()
8847 i4.mRawContactId); in testPinnedPositionsAfterJoinAndSplit()
8875 i3.mRawContactId); in testPinnedPositionsAfterJoinAndSplit()
8898 i4.mRawContactId); in testPinnedPositionsAfterJoinAndSplit()
[all …]
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DKindSectionView.java60 private final long mRawContactId; field in KindSectionView.StructuredNameEditorListener
66 mRawContactId = rawContactId; in StructuredNameEditorListener()
75 mListener.onNameFieldChanged(mRawContactId, mValuesDelta); in onRequest()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java9003 private final long mRawContactId; field in ContactsProvider2.PipeMonitor
9006 mRawContactId = rawContactId; in PipeMonitor()
9022 PhotoStore photoStore = ContactsContract.isProfileId(mRawContactId) in doInBackground()
9056 .appendPath(String.valueOf(mRawContactId)) in doInBackground()