Searched refs:genre (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/media/java/android/media/tv/ |
D | TvContract.java | 198 @Nullable String genre, boolean browsableOnly) { in buildChannelsUriForInput() argument 199 if (genre == null) { in buildChannelsUriForInput() 202 if (!Programs.Genres.isCanonical(genre)) { in buildChannelsUriForInput() 203 throw new IllegalArgumentException("Not a canonical genre: '" + genre + "'"); in buildChannelsUriForInput() 206 .appendQueryParameter(PARAM_CANONICAL_GENRE, genre).build(); in buildChannelsUriForInput() 1306 for (String genre : genres) { in encode() 1307 sb.append(separator).append(genre); in encode() 1332 public static boolean isCanonical(String genre) { in isCanonical() argument 1333 return CANONICAL_GENRES.contains(genre); in isCanonical()
|
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/ |
D | MusicTrack.java | 49 public MusicTrack(String title, String album, String artist, String genre, String source, in MusicTrack() argument 54 this.mGenre = genre; in MusicTrack()
|
D | MusicProvider.java | 100 String genre = music.getString(GENRE); in retreiveMedia() local 114 mMusicList.add(new MusicTrack(title, album, artist, genre, source, in retreiveMedia()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpPropertyGroup.java | 427 String genre = queryGenre(handle); in getPropertyList() local 428 if (genre != null) { in getPropertyList() 429 result.append(handle, propertyCode, genre); in getPropertyList()
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 1604 <p>Play a particular song, album or genre from an unstructured search query. Apps may generate 1610 of: the artist, the album, the song name, or the genre.</li> 1616 <p>Play music of a particular genre.</p> 1619 <li><code>"android.intent.extra.genre"</code> (required) - The genre.</li> 1620 <li>{@link android.app.SearchManager#QUERY} (required) - The genre. This extra is always provided 1632 <li><code>"android.intent.extra.genre"</code> - The genre.</li> 1634 the artist or the genre. This extra is always provided for backward compatibility: 1647 <li><code>"android.intent.extra.genre"</code> - The genre.</li> 1661 <li><code>"android.intent.extra.genre"</code> - The genre.</li> 1664 the album, the artist, the genre, or the title. This extra is always provided for [all …]
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Extractor.cpp | 2620 char genre[10]; in parseITunesMetaData() local 2621 sprintf(genre, "%d", genrecode); in parseITunesMetaData() 2623 mFileMetaData->setCString(metadataKey, genre); in parseITunesMetaData()
|
/frameworks/base/docs/html/training/auto/audio/ |
D | index.jd | 511 method. If the user has not specified criteria such as a track name or music genre, the 550 …ndroid/provider/MediaStore.html#EXTRA_MEDIA_GENRE"><code>android.intent.extra.genre</code></a></li>
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.1.jd | 233 music genre. In this case, if the stack must be created, it's necessary that you inform the parent 234 activity what genre the current album belongs to so that the parent can display the proper list as
|
D | android-4.0-highlights.jd | 857 genre, and more.</p>
|
/frameworks/base/api/ |
D | current.txt | 26090 field public static final java.lang.String EXTRA_MEDIA_GENRE = "android.intent.extra.genre"; 26186 field public static final java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/genre"; 26188 field public static final java.lang.String ENTRY_CONTENT_TYPE = "vnd.android.cursor.item/genre";
|
D | system-current.txt | 28046 field public static final java.lang.String EXTRA_MEDIA_GENRE = "android.intent.extra.genre"; 28142 field public static final java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/genre"; 28144 field public static final java.lang.String ENTRY_CONTENT_TYPE = "vnd.android.cursor.item/genre";
|