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

/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
H A DBuglePhotoBitmapLoader.java39 private String mPhotoUri; field in class:BuglePhotoBitmapLoader
47 mPhotoUri = photoUri;
52 mPhotoUri = photoUri;
59 if (context != null && mPhotoUri != null) {
61 new UriImageRequestDescriptor(Uri.parse(mPhotoUri),
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContact.java69 private final String mPhotoUri; field in class:Contact
120 mPhotoUri = null;
161 mPhotoUri = photoUri;
186 mPhotoUri = from.mPhotoUri;
329 return mPhotoUri;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DCompactContactEditorFragment.java101 return mPhotoUri;
134 mPhotoUri = photoUri;
142 private Uri mPhotoUri; field in class:CompactContactEditorFragment
150 mPhotoUri = savedState.getParcelable(KEY_PHOTO_URI);
167 outState.putParcelable(KEY_PHOTO_URI, mPhotoUri);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java853 private final Uri mPhotoUri; field in class:GroupEditorFragment.Member
863 mPhotoUri = (photoUri != null) ? Uri.parse(photoUri) : null;
887 return mPhotoUri;
917 dest.writeParcelable(mPhotoUri, flags);
926 mPhotoUri = in.readParcelable(getClass().getClassLoader());

Completed in 133 milliseconds