HomeSort by relevance Sort by last modified time
    Searched full:artists (Results 1 - 25 of 28) sorted by null

1 2

  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_ArtistsTest.java 28 import android.provider.MediaStore.Audio.Artists;
33 @TestTargetClass(Artists.class)
53 Artists.getContentUri(MediaStoreAudioTestHelper.INTERNAL_VOLUME_NAME), null, null,
56 Artists.getContentUri(MediaStoreAudioTestHelper.INTERNAL_VOLUME_NAME), null, null,
61 assertNull(mContentResolver.query(Artists.getContentUri(volume), null, null, null, null));
73 Uri artistsUri = isInternal ? Artists.INTERNAL_CONTENT_URI : Artists.EXTERNAL_CONTENT_URI;
74 // do not support insert operation of the artists
85 String selection = Artists.ARTIST + "=?";
93 assertEquals(Audio1.ARTIST, c.getString(c.getColumnIndex(Artists.ARTIST)))
    [all...]
MediaStore_Audio_Artists_AlbumsTest.java 30 import android.provider.MediaStore.Audio.Artists.Albums;
54 Uri contentUri = MediaStore.Audio.Artists.Albums.getContentUri(
57 contentUri = MediaStore.Audio.Artists.Albums.getContentUri(
63 assertNull(mContentResolver.query(MediaStore.Audio.Artists.Albums.getContentUri(volume, 1),
89 Uri artistsAlbumsUri = MediaStore.Audio.Artists.Albums.getContentUri(isInternal ?
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 275 mCurrentArtistId = mArtistCursor.getString(mArtistCursor.getColumnIndex(MediaStore.Audio.Artists._ID));
339 mCurrentArtistId = mArtistCursor.getString(mArtistCursor.getColumnIndexOrThrow(MediaStore.Audio.Artists._ID));
340 mCurrentArtistName = mArtistCursor.getString(mArtistCursor.getColumnIndexOrThrow(MediaStore.Audio.Artists.ARTIST));
366 mArtistCursor.getColumnIndexOrThrow(MediaStore.Audio.Artists.ARTIST));
463 i.putExtra(MediaStore.EXTRA_MEDIA_FOCUS, MediaStore.Audio.Artists.ENTRY_CONTENT_TYPE);
514 where.append(MediaStore.Audio.Artists.ARTIST + " != ''");
538 MediaStore.Audio.Artists._ID,
539 MediaStore.Audio.Artists.ARTIST,
540 MediaStore.Audio.Artists.NUMBER_OF_ALBUMS,
541 MediaStore.Audio.Artists.NUMBER_OF_TRACK
    [all...]
QueryBrowserActivity.java 118 } else if (path.startsWith("content://media/external/audio/artists/")) {
145 } else if (focus.equals(MediaStore.Audio.Artists.ENTRY_CONTENT_TYPE)) {
323 MediaStore.Audio.Artists.ARTIST,
398 MediaStore.Audio.Artists.ARTIST));
426 MediaStore.Audio.Artists.ARTIST));
442 MediaStore.Audio.Artists.ARTIST));
AlbumBrowserActivity.java 482 MediaStore.Audio.Artists.Albums.getContentUri("external",
487 MediaStore.Audio.Artists.Albums.getContentUri("external",
MediaPlaybackActivity.java 325 mime = MediaStore.Audio.Artists.ENTRY_CONTENT_TYPE;
    [all...]
  /packages/providers/MediaProvider/res/values/
strings.xml 24 <!-- Description line for music artists in the search/suggestion results -->
  /cts/tests/src/android/provider/cts/
MediaStoreAudioTestHelper.java 36 * {@link MediaStore.Audio.Artists}
37 * {@link MediaStore.Audio.Artists.Albums}
  /packages/apps/Music/res/values/
strings.xml 34 <!-- Used in artists list view, indicates how many albums exist for a given artist. -->
100 <string name="artists_title">Artists</string>
118 <string name="browse_menu">Artists</string>
228 <!-- Do not translate. Background color for albums in the artists list view. -->
262 <!-- Shown in the title bar while the list of artists is being retrieved in the background -->
263 <string name="working_artists">Artists\u2026</string>
278 <string name="sort_by_artist">Artists</string>
289 <string name="search_settings_description">Artists, albums, and tracks</string>
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 119 MediaStore.Audio.Artists.ARTIST,
387 db.execSQL("DROP TABLE IF EXISTS artists");
474 // Contains a sort/group "key" and the preferred display name for artists
475 db.execSQL("CREATE TABLE IF NOT EXISTS artists (" +
496 // Provides some extra info about artists, like the number of tracks
642 db.execSQL("CREATE INDEX IF NOT EXISTS artistkey_index on artists(artist_key);");
    [all...]
  /frameworks/base/docs/html/resources/tutorials/views/
hello-tabwidget.jd 33 textview.setText("This is the Artists tab");
139 spec = tabHost.newTabSpec("artists").setIndicator("Artists",
  /frameworks/base/core/java/android/provider/
MediaStore.java     [all...]
  /frameworks/base/docs/html/guide/topics/search/
searchable-config.jd 85 "Search songs and artists" or "Search YouTube".</dd>
197 Your description should concisely describe the content that is searchable. For example, "Artists,
search-dialog.jd 114 <em>&lt;content-or-product&gt;</em>". For example, "Search songs and artists" or "Search
adding-custom-suggestions.jd     [all...]
  /external/quake/quake/src/QW/client/
gl_rmisc.c 279 if (top < 128) // the artists made some backwards ranges. sigh.
cl_parse.c 915 if (top < 128) // the artists made some backwards ranges. sigh.
menu.c 161 if (top < 128) // the artists made some backwards ranges. sigh.
  /external/quake/quake/src/WinQuake/
gl_rmisc.cpp 267 if (top < 128) // the artists made some backwards ranges. sigh.
cl_parse.cpp 649 if (top < 128) // the artists made some backwards ranges. sigh.
menu.cpp 161 if (top < 128) // the artists made some backwards ranges. sigh.
    [all...]
  /frameworks/base/
preloaded-classes 415 android.provider.MediaStore$Audio$Artists
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]
  /external/opencore/fileformats/mp4/parser/src/
mpeg4file.cpp     [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-89443.js 454 || dnsDomainIs(host, "artists.vh1.com")
    [all...]

Completed in 452 milliseconds

1 2