OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPhotoBytes
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailPhotoSetter.java
51
private final byte[]
mPhotoBytes
;
59
mPhotoBytes
= photoBytes;
87
photoUri, mPhotoBitmap,
mPhotoBytes
, rect, delta, mContactData.isUserProfile(),
93
photoUri, mPhotoBitmap,
mPhotoBytes
);
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java
75
private byte[]
mPhotoBytes
;
89
mPhotoBytes
= null;
217
mPhotoBytes
= photoBytes;
222
return
mPhotoBytes
;
Completed in 3202 milliseconds