Searched defs:mPhotoUri (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DStreamItemPhotoEntry.java32 private final String mPhotoUri; field in class:StreamItemPhotoEntry
42 mPhotoUri = photoUri;
54 mPhotoUri = getString(cursor, StreamItemPhotos.PHOTO_URI);
73 return mPhotoUri;
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPhotoSelectionActivity.java93 private Uri mPhotoUri; field in class:PhotoSelectionActivity
169 mPhotoUri = intent.getParcelableExtra(PHOTO_URI);
320 if (mPhotoUri != null) {
322 ContactPhotoManager.getInstance(this).loadPhoto(mPhotoView, mPhotoUri, photoWidth,
489 int mode = (mPhotoUri == null) ? PhotoActionPopup.Modes.NO_PHOTO
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java69 private final String mPhotoUri; field in class:Contact
117 mPhotoUri = null;
159 mPhotoUri = photoUri;
184 mPhotoUri = from.mPhotoUri;
316 return mPhotoUri;
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java847 private final Uri mPhotoUri; field in class:GroupEditorFragment.Member
855 mPhotoUri = (photoUri != null) ? Uri.parse(photoUri) : null;
875 return mPhotoUri;
904 dest.writeParcelable(mPhotoUri, flags);
912 mPhotoUri = in.readParcelable(getClass().getClassLoader());

Completed in 1283 milliseconds