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.java68 mUpdatedPhotos.remove(String.valueOf(mPhotoRawContactId)); in onRemovePictureChosen()
88 mUpdatedPhotos.putParcelable(String.valueOf(mPhotoRawContactId), uri); in onPhotoSelected()
143 private long mPhotoRawContactId; field in CompactContactEditorFragment
151 mPhotoRawContactId = savedState.getLong(KEY_PHOTO_RAW_CONTACT_ID); in onCreate()
168 outState.putLong(KEY_PHOTO_RAW_CONTACT_ID, mPhotoRawContactId); in onSaveInstanceState()
219 mPhotoRawContactId = editorView.getPhotoRawContactId(); in bindEditors()
220 if (mPhotoRawContactId < 0) { in bindEditors()
232 } else if (mUpdatedPhotos.containsKey(String.valueOf(mPhotoRawContactId))) { in bindEditors()
234 String.valueOf(mPhotoRawContactId))); in bindEditors()
DCompactRawContactsEditorView.java147 private long mPhotoRawContactId; field in CompactRawContactsEditorView
249 return mPhotoRawContactId; in getPhotoRawContactId()
402 mPhotoRawContactId = rawContactDelta.getRawContactId(); in addPhotoView()
430 mPhotoRawContactId = rawContactDelta.getRawContactId(); in addPhotoView()
453 mPhotoRawContactId = rawContactDelta.getRawContactId(); in addPhotoView()
474 mPhotoRawContactId = rawContactDelta.getRawContactId(); in addPhotoView()
495 mPhotoRawContactId = rawContactDelta.getRawContactId(); in addPhotoView()