Searched defs:mRawContactId (Results 1 - 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DDatabaseAsserts.java88 public long mRawContactId; field in class:DatabaseAsserts.ContactIdPair
92 this.mRawContactId = rawContactId;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactReadOnlyEditorView.java70 private long mRawContactId = -1; field in class:RawContactReadOnlyEditorView
164 mRawContactId = state.getRawContactId();
285 return mRawContactId;
294 ContentUris.withAppendedId(RawContacts.CONTENT_URI, mRawContactId));
H A DRawContactEditorView.java87 private long mRawContactId = -1; field in class:RawContactEditorView
220 mRawContactId = state.getRawContactId();
447 return mRawContactId;
H A DContactEditorFragment.java1998 final long mRawContactId; field in class:ContactEditorFragment.PhotoHandler
2006 mRawContactId = editor.getRawContactId();
2070 mUpdatedPhotos.remove(String.valueOf(mRawContactId));
2077 setPhoto(mRawContactId, bitmap, uri);
/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.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 class:GroupEditorFragment.Member
858 mRawContactId = rawContactId;
867 return mRawContactId;
912 dest.writeLong(mRawContactId);
921 mRawContactId = in.readLong();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java8133 private final long mRawContactId; field in class:ContactsProvider2.PipeMonitor
8136 mRawContactId = rawContactId;
8152 PhotoStore photoStore = ContactsContract.isProfileId(mRawContactId)
8186 .appendPath(String.valueOf(mRawContactId))

Completed in 217 milliseconds