Home
last modified time | relevance | path

Searched refs:mRawContactId (Results 1 – 5 of 5) 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/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java8862 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_hasDeleteLog()
8870 String[] record = RawContactUtil.queryByRawContactId(mResolver, ids.mRawContactId, in testContactDelete_marksRawContactsForDeletion()
8876 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_marksRawContactsForDeletion()
8883 String[] record = RawContactUtil.queryByRawContactId(mResolver, ids.mRawContactId, in testContactDelete_checkRawContactContactId()
8888 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_checkRawContactContactId()
8897 Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, ids.mRawContactId); in testContactUpdate_metadataChange()
8927 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactUpdate_updatesContactUpdatedTimestamp()
8950 RawContactUtil.update(mResolver, ids.mRawContactId, values); in testRawContactUpdate_updatesContactUpdatedTimestamp()
8956 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactUpdate_updatesContactUpdatedTimestamp()
8964 RawContactUtil.delete(mResolver, ids.mRawContactId, false); in testRawContactPsuedoDelete_hasDeleteLogForContact()
[all …]
/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
DDatabaseAsserts.java103 public long mRawContactId; field in DatabaseAsserts.ContactIdPair
107 this.mRawContactId = rawContactId; in ContactIdPair()
/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.java8991 private final long mRawContactId; field in ContactsProvider2.PipeMonitor
8994 mRawContactId = rawContactId; in PipeMonitor()
9010 PhotoStore photoStore = ContactsContract.isProfileId(mRawContactId) in doInBackground()
9044 .appendPath(String.valueOf(mRawContactId)) in doInBackground()