Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java443 private long mPhotoRawContactId; field in ContactEditorFragment
512 mPhotoRawContactId = savedState.getLong(KEY_PHOTO_RAW_CONTACT_ID); in onCreate()
628 outState.putLong(KEY_PHOTO_RAW_CONTACT_ID, mPhotoRawContactId); in onSaveInstanceState()
1273 mPhotoRawContactId = editorView.getPhotoRawContactId(); in bindEditors()
1276 final Uri uri = (Uri) mUpdatedPhotos.get(String.valueOf(mPhotoRawContactId)); in bindEditors()
1677 mUpdatedPhotos.remove(String.valueOf(mPhotoRawContactId)); in removePhoto()
1687 mUpdatedPhotos.putParcelable(String.valueOf(mPhotoRawContactId), uri); in updatePhoto()