OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
36
private String
mPhotoUri
;
41
mPhotoUri
= photoUri;
46
mPhotoUri
= photoUri;
53
if (context != null &&
mPhotoUri
!= null) {
56
result = ImageUtils.createLocalBitmap(resolver, Uri.parse(
mPhotoUri
),
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java
69
private final String
mPhotoUri
;
115
mPhotoUri
= null;
156
mPhotoUri
= photoUri;
181
mPhotoUri
= from.
mPhotoUri
;
320
return
mPhotoUri
;
/packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java
91
private Uri
mPhotoUri
;
167
mPhotoUri
= intent.getParcelableExtra(PHOTO_URI);
319
if (
mPhotoUri
!= null) {
321
ContactPhotoManager.getInstance(this).loadPhoto(mPhotoView,
mPhotoUri
, photoWidth,
488
int mode = (
mPhotoUri
== null) ? PhotoActionPopup.Modes.NO_PHOTO
/packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java
[
all
...]
Completed in 535 milliseconds