HomeSort by relevance Sort by last modified time
    Searched refs:mPhotoId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/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);
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 129 private final long mPhotoId;
177 mPhotoId = -1;
219 mPhotoId = photoId;
244 mPhotoId = from.mPhotoId;
373 return mPhotoId;
502 if (mPhotoId == 0 && mPhotoBinaryData != null) {
    [all...]

Completed in 35 milliseconds