Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java69 private static final int CONTACT_PHOTO_ID_COLUMN_INDEX = 1; field in ShortcutIntentBuilder
208 mPhotoId = cursor.getLong(CONTACT_PHOTO_ID_COLUMN_INDEX); in loadData()