Home
last modified time | relevance | path

Searched refs:mRawContactId (Results 1 – 10 of 10) 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/Contacts/src/com/android/contacts/group/
DGroupEditorFragment.java813 private long mRawContactId;
818 mRawContactId = args.getLong(MEMBER_RAW_CONTACT_ID_KEY);
835 Member member = new Member(mRawContactId, lookupKey, contactId, displayName, photoUri);
849 private final long mRawContactId; field in GroupEditorFragment.Member
858 mRawContactId = rawContactId; in Member()
867 return mRawContactId; in getRawContactId()
912 dest.writeLong(mRawContactId); in writeToParcel()
921 mRawContactId = in.readLong(); in Member()
DSuggestedMemberListAdapter.java327 private long mRawContactId; field in SuggestedMemberListAdapter.SuggestedMember
334 mRawContactId = rawContactId; in SuggestedMember()
348 return mRawContactId; in getRawContactId()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java8244 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_hasDeleteLog()
8260 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_marksRawContactsForDeletion()
8279 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactUpdate_updatesContactUpdatedTimestamp()
8302 RawContactUtil.update(mResolver, ids.mRawContactId, values); in testRawContactUpdate_updatesContactUpdatedTimestamp()
8308 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactUpdate_updatesContactUpdatedTimestamp()
8316 RawContactUtil.delete(mResolver, ids.mRawContactId, false); in testRawContactPsuedoDelete_hasDeleteLogForContact()
8321 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactPsuedoDelete_hasDeleteLogForContact()
8329 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactDelete_hasDeleteLogForContact()
8350 insertPhoneNumberAndReturnDataId(ids.mRawContactId); in testDataInsert_updatesContactLastUpdatedTimestamp()
8356 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testDataInsert_updatesContactLastUpdatedTimestamp()
[all …]
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactReadOnlyEditorView.java68 private long mRawContactId = -1; field in RawContactReadOnlyEditorView
136 mRawContactId = state.getRawContactId(); in setState()
251 return mRawContactId; in getRawContactId()
260 ContentUris.withAppendedId(RawContacts.CONTENT_URI, mRawContactId)); in onClick()
DContactEditorFragment.java638 final long mRawContactId; field in ContactEditorFragment.PhotoHandler
646 mRawContactId = editor.getRawContactId(); in PhotoHandler()
712 mUpdatedPhotos.remove(String.valueOf(mRawContactId)); in onRemovePictureChosen()
719 setPhoto(mRawContactId, bitmap, uri); in onPhotoSelected()
DRawContactEditorView.java82 private long mRawContactId = -1; field in RawContactEditorView
190 mRawContactId = state.getRawContactId(); in setState()
387 return mRawContactId; in getRawContactId()
DCompactRawContactsEditorView.java96 private final long mRawContactId; field in CompactRawContactsEditorView.NameEditorListener
102 mRawContactId = rawContactId; in NameEditorListener()
111 mListener.onNameFieldChanged(mRawContactId, mValuesDelta); in onRequest()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DDatabaseAsserts.java103 public long mRawContactId; field in DatabaseAsserts.ContactIdPair
107 this.mRawContactId = rawContactId; in ContactIdPair()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java8300 private final long mRawContactId; field in ContactsProvider2.PipeMonitor
8303 mRawContactId = rawContactId; in PipeMonitor()
8319 PhotoStore photoStore = ContactsContract.isProfileId(mRawContactId) in doInBackground()
8353 .appendPath(String.valueOf(mRawContactId)) in doInBackground()