Searched refs:TYPE_ALBUM (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DPhotoAppWidgetProvider.java43 case WidgetDatabaseHelper.TYPE_ALBUM:
H A DWidgetService.java71 if (mType == WidgetDatabaseHelper.TYPE_ALBUM) {
H A DWidgetDatabaseHelper.java54 public static final int TYPE_ALBUM = 2; field in class:WidgetDatabaseHelper
84 } else if (type == TYPE_ALBUM) {
H A DWidgetConfigure.java181 WidgetDatabaseHelper.TYPE_ALBUM, albumPath, relativePath);
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
H A DGalleryWidgetMigrator.java81 // only need to migrate local-album entries of type TYPE_ALBUM
82 List<Entry> entries = dbHelper.getEntries(WidgetDatabaseHelper.TYPE_ALBUM);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java95 private static final String TYPE_ALBUM = "album"; field in class:MediaDocumentsProvider
261 } else if (TYPE_ALBUM.equals(ident.type)) {
360 } else if (TYPE_ALBUM.equals(ident.type)) {
702 final String docId = getDocIdForIdent(TYPE_ALBUM, id);

Completed in 98 milliseconds