HomeSort by relevance Sort by last modified time
    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;
308 return mPhotoId;
423 if (mPhotoId == 0 && mPhotoBinaryData != null) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 143 protected long mPhotoId;
160 if (mPhotoId == 0) {
166 new String[] { String.valueOf(mPhotoId) }, null);
192 mPhotoId = cursor.getLong(CONTACT_PHOTO_ID_COLUMN_INDEX);
224 mPhotoId = cursor.getLong(PHONE_PHOTO_ID_COLUMN_INDEX);

Completed in 218 milliseconds