Searched refs:mRawContactId (Results 1 - 10 of 10) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DMatchScore.java27 private long mRawContactId; field in class:MatchScore
39 this.mRawContactId = rawContactId;
45 this.mRawContactId = 0;
51 this.mRawContactId = rawContactId;
67 return mRawContactId;
146 return mRawContactId + "/" + mContactId + "/" + mAccountId + ": " + mPrimaryScore +
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DDatabaseAsserts.java103 public long mRawContactId; field in class:DatabaseAsserts.ContactIdPair
107 this.mRawContactId = rawContactId;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactReadOnlyEditorView.java69 private long mRawContactId = -1; field in class:RawContactReadOnlyEditorView
138 mRawContactId = state.getRawContactId();
253 return mRawContactId;
262 ContentUris.withAppendedId(RawContacts.CONTENT_URI, mRawContactId));
H A DRawContactEditorView.java84 private long mRawContactId = -1; field in class:RawContactEditorView
203 mRawContactId = state.getRawContactId();
399 return mRawContactId;
H A DContactEditorFragment.java558 final long mRawContactId; field in class:ContactEditorFragment.PhotoHandler
566 mRawContactId = editor.getRawContactId();
632 mUpdatedPhotos.remove(String.valueOf(mRawContactId));
639 setPhoto(mRawContactId, bitmap, uri);
H A DCompactKindSectionView.java57 private final long mRawContactId; field in class:CompactKindSectionView.StructuredNameEditorListener
63 mRawContactId = rawContactId;
72 mListener.onNameFieldChanged(mRawContactId, mValuesDelta);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java327 private long mRawContactId; field in class:SuggestedMemberListAdapter.SuggestedMember
334 mRawContactId = rawContactId;
348 return mRawContactId;
H A DGroupEditorFragment.java795 private long mRawContactId;
800 mRawContactId = args.getLong(MEMBER_RAW_CONTACT_ID_KEY);
817 Member member = new Member(mRawContactId, lookupKey, contactId, displayName, photoUri);
831 private final long mRawContactId; field in class:GroupEditorFragment.Member
840 mRawContactId = rawContactId;
849 return mRawContactId;
894 dest.writeLong(mRawContactId);
903 mRawContactId = in.readLong();
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java8878 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
8894 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
8904 assertDirty(ContentUris.withAppendedId(RawContacts.CONTENT_URI, ids.mRawContactId), true);
8924 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
8947 RawContactUtil.update(mResolver, ids.mRawContactId, values);
8953 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
8961 RawContactUtil.delete(mResolver, ids.mRawContactId, false);
8966 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
8974 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
8995 insertPhoneNumberAndReturnDataId(ids.mRawContactId);
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java9033 private final long mRawContactId; field in class:ContactsProvider2.PipeMonitor
9036 mRawContactId = rawContactId;
9052 PhotoStore photoStore = ContactsContract.isProfileId(mRawContactId)
9086 .appendPath(String.valueOf(mRawContactId))

Completed in 241 milliseconds