HomeSort by relevance Sort by last modified time
    Searched refs:mPhotoUri (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemPhotoEntry.java 32 private final String mPhotoUri;
42 mPhotoUri = photoUri;
54 mPhotoUri = getString(cursor, StreamItemPhotos.PHOTO_URI);
73 return mPhotoUri;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoader.java 35 private String mPhotoUri;
40 mPhotoUri = photoUri;
44 mPhotoUri = photoUri;
51 if (context != null && mPhotoUri != null) {
54 result = ImageUtils.createLocalBitmap(resolver, Uri.parse(mPhotoUri),
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 68 private final String mPhotoUri;
116 mPhotoUri = null;
158 mPhotoUri = photoUri;
183 mPhotoUri = from.mPhotoUri;
315 return mPhotoUri;
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 93 private Uri mPhotoUri;
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/group/
GroupEditorFragment.java     [all...]

Completed in 777 milliseconds