Searched refs:TYPE_ALBUM (Results 1 – 6 of 6) sorted by relevance
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()
96 private static final String TYPE_ALBUM = "album"; field in MediaDocumentsProvider292 } else if (TYPE_ALBUM.equals(ident.type)) { in queryDocument()392 } else if (TYPE_ALBUM.equals(ident.type)) { in queryChildDocuments()764 final String docId = getDocIdForIdent(TYPE_ALBUM, id); in includeAlbum()
82 List<Entry> entries = dbHelper.getEntries(WidgetDatabaseHelper.TYPE_ALBUM); in migrateGalleryWidgetsInternal()