Home
last modified time | relevance | path

Searched refs:mPhotoRawContactId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactContactEditorFragment.java53 private long mPhotoRawContactId; field in CompactContactEditorFragment
61 mPhotoRawContactId = savedState.getLong(KEY_PHOTO_RAW_CONTACT_ID); in onCreate()
78 outState.putLong(KEY_PHOTO_RAW_CONTACT_ID, mPhotoRawContactId); in onSaveInstanceState()
109 mPhotoRawContactId = editorView.getPhotoRawContactId(); in bindEditors()
112 final Uri uri = (Uri) mUpdatedPhotos.get(String.valueOf(mPhotoRawContactId)); in bindEditors()
180 mUpdatedPhotos.remove(String.valueOf(mPhotoRawContactId)); in removePhoto()
190 mUpdatedPhotos.putParcelable(String.valueOf(mPhotoRawContactId), uri); in updatePhoto()
DCompactRawContactsEditorView.java355 private long mPhotoRawContactId; field in CompactRawContactsEditorView
511 return mPhotoRawContactId; in getPhotoRawContactId()
959 mPhotoRawContactId = photoToWrite.first.getRawContactDelta().getRawContactId(); in addPhotoView()