Searched refs:Albums (Results 1 – 9 of 9) sorted by relevance
23 import com.android.photos.data.PhotoProvider.Albums;57 { Albums._ID, "INTEGER PRIMARY KEY AUTOINCREMENT" },59 { Albums.ACCOUNT_ID, "INTEGER NOT NULL" },61 { Albums.PARENT_ID, "INTEGER" },62 { Albums.ALBUM_TYPE, "TEXT" },63 { Albums.VISIBILITY, "INTEGER NOT NULL" },64 { Albums.LOCATION_STRING, "TEXT" },65 { Albums.TITLE, "TEXT NOT NULL" },66 { Albums.SUMMARY, "TEXT" },67 { Albums.DATE_PUBLISHED, "INTEGER" },[all …]
132 public static interface Albums extends BaseColumns { interface in PhotoProvider217 protected static final String SELECT_ALBUM_ID = "SELECT " + Albums._ID + " FROM "218 + Albums.TABLE;260 sUriMatcher.addURI(AUTHORITY, Albums.TABLE, MATCH_ALBUM); in sUriMatcher.addURI()262 sUriMatcher.addURI(AUTHORITY, Albums.TABLE + "/#", MATCH_ALBUM_ID); in sUriMatcher.addURI()399 table = Albums.TABLE; in getTableFromMatch()466 return nestWhere(Photos.ALBUM_ID, Albums.TABLE, where); in photoSelectionFromAlbums()474 return nestWhere(Albums.ACCOUNT_ID, Accounts.TABLE, where); in albumSelectionFromAccounts()493 deleteCascade(Albums.CONTENT_URI, MATCH_ALBUM, in deleteCascade()
260 mAlbumCursor.getColumnIndex(MediaStore.Audio.Albums.ARTIST)); in setTitle()280 …tAlbumId = mAlbumCursor.getString(mAlbumCursor.getColumnIndexOrThrow(MediaStore.Audio.Albums._ID)); in onCreateContextMenu()281 …umName = mAlbumCursor.getString(mAlbumCursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM)); in onCreateContextMenu()283 mAlbumCursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.ARTIST)); in onCreateContextMenu()374 i.putExtra(MediaStore.EXTRA_MEDIA_FOCUS, MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE); in doSearch()453 MediaStore.Audio.Albums._ID, in getAlbumCursor()454 MediaStore.Audio.Albums.ARTIST, in getAlbumCursor()455 MediaStore.Audio.Albums.ALBUM, in getAlbumCursor()456 MediaStore.Audio.Albums.ALBUM_ART in getAlbumCursor()462 Uri uri = MediaStore.Audio.Artists.Albums.getContentUri("external", in getAlbumCursor()[all …]
272 String album = c.getString(c.getColumnIndex(MediaStore.Audio.Albums.ALBUM)); in onChildClick()363 mCurrentAlbumName = c.getString(c.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM)); in onCreateContextMenu()487 i.putExtra(MediaStore.EXTRA_MEDIA_FOCUS, MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE); in doSearch()701 … String name = cursor.getString(cursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM)); in bindChildView()709 …int numsongs = cursor.getInt(cursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.NUMBER_OF_SONGS)… in bindChildView()710 …int numartistsongs = cursor.getInt(cursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.NUMBER_OF_… in bindChildView()739 MediaStore.Audio.Albums.ALBUM_ART)); in bindChildView()766 MediaStore.Audio.Albums._ID, in getChildrenCursor()767 MediaStore.Audio.Albums.ALBUM, in getChildrenCursor()768 MediaStore.Audio.Albums.NUMBER_OF_SONGS, in getChildrenCursor()[all …]
138 } else if (focus.equals(MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE)) { in onServiceConnected()326 MediaStore.Audio.Albums.ALBUM, in getQueryCursor()420 MediaStore.Audio.Albums.ALBUM)); in bindView()449 MediaStore.Audio.Albums.ALBUM)); in bindView()
328 mime = MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE; in onLongClick()
199 MediaStore.Audio.Albums.ALBUM,588 sArtistAlbumsMap.put(MediaStore.Audio.Albums._ID, "audio.album_id AS " + in onCreate()589 MediaStore.Audio.Albums._ID); in onCreate()590 sArtistAlbumsMap.put(MediaStore.Audio.Albums.ALBUM, "album"); in onCreate()591 sArtistAlbumsMap.put(MediaStore.Audio.Albums.ALBUM_KEY, "album_key"); in onCreate()592 sArtistAlbumsMap.put(MediaStore.Audio.Albums.FIRST_YEAR, "MIN(year) AS " + in onCreate()593 MediaStore.Audio.Albums.FIRST_YEAR); in onCreate()594 sArtistAlbumsMap.put(MediaStore.Audio.Albums.LAST_YEAR, "MAX(year) AS " + in onCreate()595 MediaStore.Audio.Albums.LAST_YEAR); in onCreate()599 sArtistAlbumsMap.put(MediaStore.Audio.Albums.NUMBER_OF_SONGS, "count(*) AS " + in onCreate()[all …]
41 import android.provider.MediaStore.Audio.Albums;293 cursor = resolver.query(Albums.EXTERNAL_CONTENT_URI, in queryDocument()384 cursor = resolver.query(Artists.Albums.getContentUri("external", ident.id), in queryChildDocuments()
1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...