/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_AlbumsTest.java | 28 import android.provider.MediaStore.Audio.Albums; 52 Albums.getContentUri(MediaStoreAudioTestHelper.INTERNAL_VOLUME_NAME), null, null, 56 Albums.getContentUri(MediaStoreAudioTestHelper.EXTERNAL_VOLUME_NAME), null, null, 62 assertNull(mContentResolver.query(Albums.getContentUri(volume), null, null, null, null)); 74 // do not support direct insert operation of the albums 75 Uri audioAlbumsUri = isInternal? Albums.INTERNAL_CONTENT_URI : Albums.EXTERNAL_CONTENT_URI; 88 String selection = Albums.ALBUM +"=?"; 96 long id = c.getLong(c.getColumnIndex(Albums._ID)); 98 assertEquals(Audio1.ALBUM, c.getString(c.getColumnIndex(Albums.ALBUM))) [all...] |
MediaStore_Audio_Artists_AlbumsTest.java | 26 import android.provider.MediaStore.Audio.Artists.Albums; 43 Uri contentUri = MediaStore.Audio.Artists.Albums.getContentUri( 48 contentUri = MediaStore.Audio.Artists.Albums.getContentUri( 55 assertNull(mContentResolver.query(MediaStore.Audio.Artists.Albums.getContentUri(volume, 1), 77 Uri artistsAlbumsUri = MediaStore.Audio.Artists.Albums.getContentUri(isInternal ? 80 // do not support insert operation of the albums 94 assertEquals(Audio1.ALBUM, c.getString(c.getColumnIndex(Albums.ALBUM))); 95 assertNull(c.getString(c.getColumnIndex(Albums.ALBUM_ART))); 96 assertNotNull(c.getString(c.getColumnIndex(Albums.ALBUM_KEY))); 97 assertEquals(Audio1.ARTIST, c.getString(c.getColumnIndex(Albums.ARTIST))) [all...] |
/packages/apps/Gallery2/src/com/android/photos/data/ |
PhotoDatabase.java | 23 import com.android.photos.data.PhotoProvider.Albums; 48 // Photos.ALBUM_ID is a foreign key to Albums._ID 57 { Albums._ID, "INTEGER PRIMARY KEY AUTOINCREMENT" }, 58 // Albums.ACCOUNT_ID is a foreign key to Accounts._ID 59 { Albums.ACCOUNT_ID, "INTEGER NOT NULL" }, 60 // Albums.PARENT_ID is a foreign key to Albums._ID 61 { Albums.PARENT_ID, "INTEGER" }, 62 { Albums.ALBUM_TYPE, "TEXT" }, 63 { Albums.VISIBILITY, "INTEGER NOT NULL" } [all...] |
PhotoProvider.java | 41 * videos. Use Albums.CONTENT_URI to query all albums. Use Metadata.CONTENT_URI 132 public static interface Albums extends BaseColumns { 134 public static final String TABLE = "albums"; 160 // Privacy values for Albums.VISIBILITY 217 protected static final String SELECT_ALBUM_ID = "SELECT " + Albums._ID + " FROM " 218 + Albums.TABLE; 260 sUriMatcher.addURI(AUTHORITY, Albums.TABLE, MATCH_ALBUM); 261 // match against Albums._ID 262 sUriMatcher.addURI(AUTHORITY, Albums.TABLE + "/#", MATCH_ALBUM_ID) [all...] |
/external/libmtp/examples/ |
albums.c | 2 * \file albums.c 3 * Example program that lists the albums on the device. 47 fprintf(stdout, "mtp-albums: No Devices have been found\n"); 50 fprintf(stderr, "mtp-albums: There has been an error connecting. Exit\n"); 53 fprintf(stderr, "mtp-albums: Memory Allocation Error. Exit\n"); 59 fprintf(stderr, "mtp-albums: Unknown error, please report " 65 fprintf(stdout, "mtp-albums: Successfully connected\n"); 78 printf("Retrieving Albums on Device with name: (NULL)\n"); 80 printf("Retrieving Albums on Device with name: %s\n", friendlyname);
|
Makefile.am | 3 format albumart albums newplaylist emptyfolders \ 20 albums_SOURCES=albums.c util.c util.h common.h
|
/external/markdown/markdown/extensions/ |
imagelinks.py | 54 albums = [] 111 if not album in albums : 112 albums.append(album)
|
/packages/screensavers/PhotoTable/res/values/ |
strings.xml | 41 <!-- Click to select all albums in the album selection activity. [CHAR LIMIT=15] --> 47 <!-- Text shown instead of a list of albums when there are no albums with photos. [CHAR LIMIT=50] -->
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoSourcePlexor.java | 43 log(TAG, "finding albums"); 47 log(TAG, "found " + foundAlbums.size() + " network albums"); 50 log(TAG, "found " + foundAlbums.size() + " user albums");
|
/packages/apps/Music/src/com/android/music/ |
AlbumBrowserActivity.java | 250 mAlbumCursor.getColumnIndex(MediaStore.Audio.Albums.ARTIST)); 271 mAlbumCursor.getColumnIndexOrThrow(MediaStore.Audio.Albums._ID)); 273 mAlbumCursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM)); 275 mAlbumCursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.ARTIST)); 365 i.putExtra(MediaStore.EXTRA_MEDIA_FOCUS, MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE); 445 String[] cols = new String[] {MediaStore.Audio.Albums._ID, MediaStore.Audio.Albums.ARTIST, 446 MediaStore.Audio.Albums.ALBUM, MediaStore.Audio.Albums.ALBUM_ART}; 450 Uri uri = MediaStore.Audio.Artists.Albums.getContentUri [all...] |
ArtistAlbumBrowserActivity.java | 263 String album = c.getString(c.getColumnIndex(MediaStore.Audio.Albums.ALBUM)); 359 mCurrentAlbumName = c.getString(c.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM)); 480 i.putExtra(MediaStore.EXTRA_MEDIA_FOCUS, MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE); 692 cursor.getString(cursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM)); 701 cursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.NUMBER_OF_SONGS)); 703 MediaStore.Audio.Albums.NUMBER_OF_SONGS_FOR_ARTIST)); 734 cursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM_ART)); 759 String[] cols = new String[] {MediaStore.Audio.Albums._ID, 760 MediaStore.Audio.Albums.ALBUM, MediaStore.Audio.Albums.NUMBER_OF_SONGS [all...] |
/packages/apps/Car/LocalMediaPlayer/res/values/ |
strings.xml | 22 <string name="albums_title">Albums</string>
|
/packages/apps/Gallery/res/layout/ |
gallerypicker.xml | 22 android:id="@+id/albums"
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalAlbumSet.java | 36 // LocalAlbumSet lists all image or video albums in the local storage. 125 ArrayList<MediaSet> albums = new ArrayList<MediaSet>(); local 130 albums.add(album); 132 return albums;
|
/packages/apps/Music/res/values/ |
strings2.xml | 21 <!-- Do not translate. This is the separator character used when building the string that shows number of albums and songs. -->
|
strings.xml | 36 <!-- Used in artists list view, indicates how many albums exist for a given artist. --> 38 <!-- number of albums is one --> 40 <!-- number of albums is not equal to one --> 41 <item quantity="other"><xliff:g id="count">%d</xliff:g> albums</item> 110 <string name="albums_menu">Albums</string> 111 <!-- Albums screen title --> 112 <string name="albums_title">Albums</string> 248 <!-- Do not translate. Background color for albums in the artists list view. --> 284 <!-- Shown in the title bar while the list of albums is being retrieved in the background --> 285 <string name="working_albums">Albums\u2026</string [all...] |
/packages/apps/Music/res/values-af/ |
strings.xml | 32 <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> albums</item> 57 <string name="albums_menu" msgid="5807982055590211900">"Albums"</string> 58 <string name="albums_title" msgid="8773880394961378035">"Albums"</string> 145 <string name="working_albums" msgid="8713273699401457426">"Albums?"</string> 150 <string name="sort_by_album" msgid="2912837715658975248">"Albums"</string> 153 <string name="search_settings_description" msgid="6520975349259883368">"Kunstenaars, albums en snitte"</string>
|
/packages/apps/Music/res/values-en-rAU/ |
strings.xml | 32 <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> albums</item> 57 <string name="albums_menu" msgid="5807982055590211900">"Albums"</string> 58 <string name="albums_title" msgid="8773880394961378035">"Albums"</string> 145 <string name="working_albums" msgid="8713273699401457426">"Albums?"</string> 150 <string name="sort_by_album" msgid="2912837715658975248">"Albums"</string> 153 <string name="search_settings_description" msgid="6520975349259883368">"Artists, albums and tracks"</string>
|
/packages/apps/Music/res/values-en-rGB/ |
strings.xml | 32 <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> albums</item> 57 <string name="albums_menu" msgid="5807982055590211900">"Albums"</string> 58 <string name="albums_title" msgid="8773880394961378035">"Albums"</string> 145 <string name="working_albums" msgid="8713273699401457426">"Albums?"</string> 150 <string name="sort_by_album" msgid="2912837715658975248">"Albums"</string> 153 <string name="search_settings_description" msgid="6520975349259883368">"Artists, albums and tracks"</string>
|
/packages/apps/Music/res/values-en-rIN/ |
strings.xml | 32 <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> albums</item> 57 <string name="albums_menu" msgid="5807982055590211900">"Albums"</string> 58 <string name="albums_title" msgid="8773880394961378035">"Albums"</string> 145 <string name="working_albums" msgid="8713273699401457426">"Albums?"</string> 150 <string name="sort_by_album" msgid="2912837715658975248">"Albums"</string> 153 <string name="search_settings_description" msgid="6520975349259883368">"Artists, albums and tracks"</string>
|
/packages/apps/Music/res/values-nl/ |
strings.xml | 32 <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> albums</item> 57 <string name="albums_menu" msgid="5807982055590211900">"Albums"</string> 58 <string name="albums_title" msgid="8773880394961378035">"Albums"</string> 145 <string name="working_albums" msgid="8713273699401457426">"Albums?"</string> 150 <string name="sort_by_album" msgid="2912837715658975248">"Albums"</string> 153 <string name="search_settings_description" msgid="6520975349259883368">"Artiesten, albums en nummers"</string>
|
/packages/apps/Gallery2/res/values-w1024dp/ |
strings.xml | 31 <item quantity="other">%1$d albums selected</item>
|
/packages/screensavers/PhotoTable/res/values-lv/ |
strings.xml | 23 <string name="unknown_album_name" msgid="2135521368192091267">"Albums bez nosaukuma"</string>
|
/packages/apps/Music/res/values-fr/ |
strings.xml | 33 <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> albums</item> 57 <string name="albums_menu" msgid="5807982055590211900">"Albums"</string> 58 <string name="albums_title" msgid="8773880394961378035">"Albums"</string> 145 <string name="working_albums" msgid="8713273699401457426">"Albums?"</string> 150 <string name="sort_by_album" msgid="2912837715658975248">"Albums"</string> 153 <string name="search_settings_description" msgid="6520975349259883368">"Artistes, albums et titres"</string>
|
/packages/apps/Music/res/values-fr-rCA/ |
strings.xml | 33 <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> albums</item> 57 <string name="albums_menu" msgid="5807982055590211900">"Albums"</string> 58 <string name="albums_title" msgid="8773880394961378035">"Albums"</string> 145 <string name="working_albums" msgid="8713273699401457426">"Albums?"</string> 150 <string name="sort_by_album" msgid="2912837715658975248">"Albums"</string> 153 <string name="search_settings_description" msgid="6520975349259883368">"Artistes, albums et titres"</string>
|