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
50
private final byte[]
mPhotoBytes
;
58
mPhotoBytes
= photoBytes;
86
photoUri, mPhotoBitmap,
mPhotoBytes
, rect, delta, mContactData.isUserProfile(),
92
photoUri, mPhotoBitmap,
mPhotoBytes
);
/frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java
77
private byte[]
mPhotoBytes
;
96
mPhotoBytes
= null;
232
mPhotoBytes
= photoBytes;
237
return
mPhotoBytes
;
Completed in 356 milliseconds