HomeSort by relevance Sort by last modified time
    Searched refs:mPhotoUri (Results 1 - 3 of 3) 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/group/
GroupEditorFragment.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 113 private final String mPhotoUri;
162 mPhotoUri = null;
204 mPhotoUri = photoUri;
228 mPhotoUri = from.mPhotoUri;
355 return mPhotoUri;
    [all...]

Completed in 238 milliseconds