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

/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 33 milliseconds