Searched refs:TYPE_ALBUM (Results 1 – 7 of 7) 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()
82 List<Entry> entries = dbHelper.getEntries(WidgetDatabaseHelper.TYPE_ALBUM); in migrateGalleryWidgetsInternal()
130 static final String TYPE_ALBUM = "album"; field in MediaDocumentsProvider667 } else if (TYPE_ALBUM.equals(ident.type)) { in queryDocument()789 } else if (TYPE_ALBUM.equals(ident.type)) { in queryChildDocuments()1433 final String docId = getDocIdForIdent(TYPE_ALBUM, id); in includeAlbum()
118 MediaDocumentsProvider.TYPE_ALBUM, in testSimple()