Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DPhotoPagerAdapter.java30 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()
/frameworks/opt/chips/src/com/android/ex/chips/
DDefaultPhotoManager.java47 private static class PhotoQuery { class in DefaultPhotoManager
93 photoThumbnailUri, PhotoQuery.PROJECTION, null, null, null); in fetchPhotoAsync()
97 return photoCursor.getBlob(PhotoQuery.PHOTO); in fetchPhotoAsync()
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
DPhotoContract.java58 public static interface PhotoQuery { interface in PhotoContract
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
DPhotoPagerLoader.java38 mProjection = projection != null ? projection : PhotoContract.PhotoQuery.PROJECTION; in PhotoPagerLoader()