Searched defs:PhotoQuery (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java141 * PhotoQuery contains the projection used for retrieving the name and photo
158 * PhotoQuery contains the projection used for retrieving the raw bytes of
161 private interface PhotoQuery { interface in class:ConfirmAddDetailActivity
320 PhotoQuery.COLUMNS, null, null, null);
464 && !cursor.isNull(PhotoQuery.PHOTO)) {
465 byte[] photoData = cursor.getBlob(PhotoQuery.PHOTO);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java123 private interface PhotoQuery { interface in class:ContactHeaderWidget
245 && !cursor.isNull(PhotoQuery.PHOTO)) {
246 byte[] photoData = cursor.getBlob(PhotoQuery.PHOTO);
610 ContentUris.withAppendedId(Data.CONTENT_URI, photoId), PhotoQuery.COLUMNS,

Completed in 162 milliseconds