HomeSort by relevance Sort by last modified time
    Searched refs:mPhotoUri (Results 1 - 4 of 4) 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;
  /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...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 130 private final String mPhotoUri;
178 mPhotoUri = null;
220 mPhotoUri = photoUri;
245 mPhotoUri = from.mPhotoUri;
377 return mPhotoUri;
    [all...]

Completed in 253 milliseconds