/frameworks/base/media/java/android/mtp/ |
MtpConstants.java | 249 /** Format code for WPL playlist files */ 251 /** Format code for M3u playlist files */ 253 /** Format code for MPL playlist files */ 255 /** Format code for ASX playlist files */ 257 /** Format code for PLS playlist files */
|
/packages/apps/Music/ |
AndroidManifest.xml | 63 can go to a playlist from this activity, so if they later return 174 <data android:mimeType="vnd.android.cursor.dir/playlist"/> 179 <data android:mimeType="vnd.android.cursor.dir/playlist"/>
|
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/ |
ListViewItemAnimations.java | 46 * or on the DevBytes playlist in the androiddevelopers channel on YouTube at 47 * https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_XOgcRukSoKKjewFJZrKV0.
|
/development/samples/Support7Demos/res/values/ |
strings.xml | 30 <string name="playlist_tab_text">Playlist</string>
|
/external/chromium/chrome/common/extensions/docs/static/ |
getstarted.html | 183 <a href="http://www.youtube.com/watch?v=e3McMaHvlBY&feature=PlayList&p=CA101D6A85FE9D4B&index=3">How to build an extension</a>
|
tut_debugging.html | 235 <a href="http://www.youtube.com/watch?v=IP0nMv_NI1s&feature=PlayList&p=CA101D6A85FE9D4B&index=5">Developing and Debugging</a>.
|
/external/chromium_org/chrome/browser/resources/file_manager/background/js/ |
background.js | 670 * @param {Object} playlist Playlist. 672 function launchAudioPlayer(playlist) { 673 audioPlayer.launch(playlist);
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/ |
SDL_syscdrom_c.h | 77 #define kPlayModeProgrammed 2 /* Use custom playlist */
|
/frameworks/av/media/libstagefright/httplive/ |
PlaylistFetcher.h | 143 // Set first to true if decrypting the first segment of a playlist segment. When
|
/packages/apps/Music/src/com/android/music/ |
AlbumBrowserActivity.java | 151 // in the middle of specifying a playlist to add the item to. 323 long playlist = item.getIntent().getLongExtra("playlist", 0); local 324 MusicUtils.addToPlaylist(this, list, playlist);
|
ArtistAlbumBrowserActivity.java | 150 // in the middle of specifying a playlist to add the item to. 418 long playlist = item.getIntent().getLongExtra("playlist", 0); local 419 MusicUtils.addToPlaylist(this, list, playlist); [all...] |
MediaPlaybackActivity.java | 399 .putExtra("playlist", "nowplaying") 601 long playlist = item.getIntent().getLongExtra("playlist", 0); local 602 MusicUtils.addToPlaylist(this, list, playlist); 650 int playlist = Integer.parseInt(uri.getLastPathSegment()); local 651 MusicUtils.addToPlaylist(this, list, playlist); [all...] |
/packages/apps/SoundRecorder/res/values/ |
strings.xml | 59 <!-- all recordings will show up in the media database in a playlist with this name -->
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaScannerTest.java | 161 // delete the playlist file entries, if they exist 198 // 2nd playlist should have the same songs, in reverse order
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
tut_debugging.html | 235 <a href="http://www.youtube.com/watch?v=IP0nMv_NI1s&feature=PlayList&p=CA101D6A85FE9D4B&index=5">Developing and Debugging</a>.
|
/external/libmtp/src/ |
Makefile.in | 78 am_libmtp_la_OBJECTS = libmtp.lo unicode.lo util.lo playlist-spl.lo \ 223 libmtp_la_SOURCES = libmtp.c unicode.c unicode.h util.c util.h playlist-spl.c \ 226 music-players.h device-flags.h playlist-spl.h 343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playlist-spl.Plo@am__quote@
|
ptp.c | [all...] |
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | 4372 long playlist = Long.valueOf(segments.get(3)); local [all...] |
/external/libmtp/ |
ChangeLog | 14 so they work just as nicely as the track/playlist etc 237 * src/playlist-spl.c: 333 * src/playlist-spl.c: dito. 479 * src/playlist-spl.c: consequental changes. 586 * src/playlist-spl.c: added handling of Samsung's 587 proprietary .spl playlist format. 588 * src/playlist-spl.h: dito. 634 file, track, playlist or album struct to pass in 738 playlist extension. 742 Get the prefered playlist extension [all...] |
/external/chromium/chrome/browser/ |
browser_resources.grd | 103 <include name="IDR_MEDIAPLAYERPLAYLIST_HTML" file="resources\playlist.html" flattenhtml="true" type="BINDATA" />
|
/frameworks/base/docs/html/design/videos/ |
index.jd | 130 <p>Videos for the entire Design Track can also be found on the <a href="http://www.youtube.com/playlist?list=PL54FA004D676C3EE9">Android Developers Channel</a> on YouTube.</p>
|
/frameworks/base/media/java/android/media/ |
MediaFile.java | 90 // Playlist file types
|
/packages/apps/Contacts/res/values/ |
strings.xml | 26 This shows up in a list of things like bookmark, folder, music playlist, etc --> 30 This shows up in a list of things like bookmark, folder, music playlist, etc --> 34 This shows up in a list of things like bookmark, folder, music playlist, etc --> [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
audio_player.css | 350 /* Customized scrollbar for the playlist. */
|
/frameworks/base/docs/html/channels/ |
io2013.jd | 319 /* Request the playlist feeds from YouTube */
|