Searched defs:mPhotoId (Results 1 - 2 of 2) sorted by path

/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java112 private final long mPhotoId; field in class:ContactLoader.Result
161 mPhotoId = -1;
203 mPhotoId = photoId;
227 mPhotoId = from.mPhotoId;
351 return mPhotoId;
452 if (mPhotoId == 0 && mPhotoBinaryData != null) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DShortcutIntentBuilder.java135 protected long mPhotoId; field in class:ShortcutIntentBuilder.LoadingAsyncTask
151 if (mPhotoId == 0) {
157 new String[] { String.valueOf(mPhotoId) }, null);
183 mPhotoId = cursor.getLong(CONTACT_PHOTO_ID_COLUMN_INDEX);
215 mPhotoId = cursor.getLong(PHONE_PHOTO_ID_COLUMN_INDEX);

Completed in 58 milliseconds