Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/
DContactStatusLoader.java53 /* package */ static final String[] PHOTO_PROJECTION = new String[] { field in ContactStatusLoader
131 ContentUris.withAppendedId(Data.CONTENT_URI, photoId), PHOTO_PROJECTION, in getContactInfo()