Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
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()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
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()
/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
DDatabaseAsserts.java113 public long mRawContactId; field in DatabaseAsserts.ContactIdPair
117 this.mRawContactId = rawContactId; in ContactIdPair()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java8459 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_hasDeleteLog()
8467 String[] record = RawContactUtil.queryByRawContactId(mResolver, ids.mRawContactId, in testContactDelete_marksRawContactsForDeletion()
8473 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_marksRawContactsForDeletion()
8480 String[] record = RawContactUtil.queryByRawContactId(mResolver, ids.mRawContactId, in testContactDelete_checkRawContactContactId()
8485 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_checkRawContactContactId()
8490 Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, ids.mRawContactId); in testContactUpdate_metadataChange()
8519 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactUpdate_updatesContactUpdatedTimestamp()
8542 RawContactUtil.update(mResolver, ids.mRawContactId, values); in testRawContactUpdate_updatesContactUpdatedTimestamp()
8548 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactUpdate_updatesContactUpdatedTimestamp()
8556 RawContactUtil.delete(mResolver, ids.mRawContactId, false); in testRawContactPsuedoDelete_hasDeleteLogForContact()
[all …]
/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java60 private final long mRawContactId; field in KindSectionView.StructuredNameEditorListener
66 mRawContactId = rawContactId; in StructuredNameEditorListener()
75 mListener.onNameFieldChanged(mRawContactId, mValuesDelta); in onRequest()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java9037 private final long mRawContactId; field in ContactsProvider2.PipeMonitor
9040 mRawContactId = rawContactId; in PipeMonitor()
9056 PhotoStore photoStore = ContactsContract.isProfileId(mRawContactId) in doInBackground()
9090 .appendPath(String.valueOf(mRawContactId)) in doInBackground()