Home
last modified time | relevance | path

Searched refs:mPhotoId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DShortcutIntentBuilder.java143 protected long mPhotoId; field in ShortcutIntentBuilder.LoadingAsyncTask
160 if (mPhotoId == 0) { in loadPhoto()
166 new String[] { String.valueOf(mPhotoId) }, null); in loadPhoto()
192 mPhotoId = cursor.getLong(CONTACT_PHOTO_ID_COLUMN_INDEX); in loadData()
224 mPhotoId = cursor.getLong(PHONE_PHOTO_ID_COLUMN_INDEX); in loadData()
/packages/apps/Contacts/src/com/android/contacts/
DContactLoader.java129 private final long mPhotoId; field in ContactLoader.Result
177 mPhotoId = -1; in Result()
219 mPhotoId = photoId; in Result()
244 mPhotoId = from.mPhotoId; in Result()
373 return mPhotoId; in getPhotoId()
502 if (mPhotoId == 0 && mPhotoBinaryData != null) { in getContentValues()