Searched refs:mPhotoRawContactId (Results 1 – 2 of 2) sorted by relevance
53 private long mPhotoRawContactId; field in CompactContactEditorFragment61 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()
355 private long mPhotoRawContactId; field in CompactRawContactsEditorView511 return mPhotoRawContactId; in getPhotoRawContactId()959 mPhotoRawContactId = photoToWrite.first.getRawContactDelta().getRawContactId(); in addPhotoView()