OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPhotoId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java
68
private final long
mPhotoId
;
114
mPhotoId
= -1;
155
mPhotoId
= photoId;
180
mPhotoId
= from.
mPhotoId
;
316
return
mPhotoId
;
431
if (
mPhotoId
== 0 && mPhotoBinaryData != null) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java
150
protected long
mPhotoId
;
167
if (
mPhotoId
== 0) {
173
new String[] { String.valueOf(
mPhotoId
) }, null);
199
mPhotoId
= cursor.getLong(CONTACT_PHOTO_ID_COLUMN_INDEX);
232
mPhotoId
= cursor.getLong(PHONE_PHOTO_ID_COLUMN_INDEX);
Completed in 483 milliseconds