Searched refs:mPhotoRawContactId (Results 1 – 1 of 1) sorted by relevance
457 private long mPhotoRawContactId; field in ContactEditorFragment531 mPhotoRawContactId = savedState.getLong(KEY_PHOTO_RAW_CONTACT_ID); in onCreate()656 outState.putLong(KEY_PHOTO_RAW_CONTACT_ID, mPhotoRawContactId); in onSaveInstanceState()1314 mPhotoRawContactId = editorView.getPhotoRawContactId(); in bindEditors()1317 final Uri uri = (Uri) mUpdatedPhotos.get(String.valueOf(mPhotoRawContactId)); in bindEditors()1725 mUpdatedPhotos.remove(String.valueOf(mPhotoRawContactId)); in removePhoto()1735 mUpdatedPhotos.putParcelable(String.valueOf(mPhotoRawContactId), uri); in updatePhoto()