Searched refs:PhotoQuery (Results 1 – 4 of 4) sorted by relevance
30 import com.android.ex.photo.provider.PhotoContract.PhotoQuery;37 new SimpleArrayMap<String, Integer>(PhotoQuery.PROJECTION.length);85 for(String column : PhotoQuery.PROJECTION) { in swapCursor()89 for(String column : PhotoQuery.OPTIONAL_COLUMNS) { in swapCursor()
47 private static class PhotoQuery { class in DefaultPhotoManager93 photoThumbnailUri, PhotoQuery.PROJECTION, null, null, null); in fetchPhotoAsync()97 return photoCursor.getBlob(PhotoQuery.PHOTO); in fetchPhotoAsync()
58 public static interface PhotoQuery { interface in PhotoContract
38 mProjection = projection != null ? projection : PhotoContract.PhotoQuery.PROJECTION; in PhotoPagerLoader()