Searched refs:TYPE_ALBUM (Results 1 – 6 of 6) sorted by relevance
96 private static final String TYPE_ALBUM = "album"; field in MediaDocumentsProvider291 } else if (TYPE_ALBUM.equals(ident.type)) { in queryDocument()390 } else if (TYPE_ALBUM.equals(ident.type)) { in queryChildDocuments()721 final String docId = getDocIdForIdent(TYPE_ALBUM, id); in includeAlbum()
54 public static final int TYPE_ALBUM = 2; field in WidgetDatabaseHelper84 } else if (type == TYPE_ALBUM) { in Entry()
71 if (mType == WidgetDatabaseHelper.TYPE_ALBUM) { in onCreate()
43 case WidgetDatabaseHelper.TYPE_ALBUM: in buildWidget()
181 WidgetDatabaseHelper.TYPE_ALBUM, albumPath, relativePath); in setChoosenAlbum()
82 List<Entry> entries = dbHelper.getEntries(WidgetDatabaseHelper.TYPE_ALBUM); in migrateGalleryWidgetsInternal()