Lines Matching refs:genre
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
1677 <li><code>"android.intent.extra.genre"</code> - The genre.</li>
1682 of: the album, the artist, the genre, the playlist, or the title. This extra is always
1738 String genre = intent.getStringExtra("android.intent.extra.genre");
1758 playGenre(genre);
1762 playArtist(artist, genre);
1770 playSong(album, artist, genre, title);
1774 playPlaylist(album, artist, genre, playlist, title);