Searched defs:PHOTO (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java279 Photo.PHOTO,
294 public static final int PHOTO = 9; field in class:AggregationSuggestionEngine.DataQuery
429 if (dataId == photoId && !mDataCursor.isNull(DataQuery.PHOTO)) {
430 suggestion.photo = mDataCursor.getBlob(DataQuery.PHOTO);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java167 Photo.PHOTO
170 final int PHOTO = 0; field in interface:ConfirmAddDetailActivity.PhotoQuery
471 && !cursor.isNull(PhotoQuery.PHOTO)) {
472 byte[] photoData = cursor.getBlob(PhotoQuery.PHOTO);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java125 Photo.PHOTO
128 int PHOTO = 0; field in interface:ContactHeaderWidget.PhotoQuery
245 && !cursor.isNull(PhotoQuery.PHOTO)) {
246 byte[] photoData = cursor.getBlob(PhotoQuery.PHOTO);

Completed in 165 milliseconds