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

1 2 3 4 5 6 7 8

  /hardware/samsung_slsi/exynos5/libexynosutils/
Exynos_log.c 19 * @author Yongbae, Song(yb.song@samsung.com)
Exynos_log.h 21 * @author Yongbae, Song(yb.songsamsung.com)
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerStability.java 59 // Launch the songs list. Pick the fisrt song and play
62 //Make sure the song list shown up
67 //Make sure there is at least one song in the sdcard
  /external/libmtp/examples/
trexist.c 45 // Sanity check song ID
51 fprintf(stderr, "bad song id %u\n", id);
delfile.c 88 // Sanity check song ID
getfile.c 68 // Sanity check song ID
  /packages/apps/Music/res/values/
strings.xml 22 <!-- used in various places to indicate there is one song for a given artist or album -->
23 <string name="onesong">1 song</string>
63 <!-- Menu item that deletes the currently selected item, which might be a single song, or a collection of songs.
81 <!-- Delete confirmation dialog when deleting a single song -->
82 <string name="delete_song_desc">Permanently delete \"<xliff:g id="song">%s</xliff:g>\" from the SD card?</string>
83 <!-- Delete confirmation dialog when deleting a single song -->
84 <string name="delete_song_desc_nosdcard">Permanently delete \"<xliff:g id="song">%s</xliff:g>\" from USB storage?</string>
88 <!-- Toast confirming that song(s) was/were deleted. -->
90 <!-- delete confirmation message for 1 song -->
91 <item quantity="one">1 song was deleted.</item
    [all...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 101 // start playing when we are ready. If null, we should play a random song from the device
120 // title of the song we are currently playing
123 // whether the song we are playing is streaming from the network
164 // that, the CPU might go to sleep while the song is playing, causing playback to stop.
238 mWhatToPlayAfterRetrieve = null; // play a random song
245 // actually play the song
248 // If we're stopped, just go ahead to the next song and start playing
375 // user wants to play a song directly by URL or path. The URL or path comes in the "data"
397 * Starts playing the next song. If manualUrl is null, the next song will be randomly selecte
    [all...]
MusicRetriever.java 33 * resolver). After that, it's ready to retrieve a random song, with its title and URI, upon
78 // retrieve the indices of the columns where the ID, title, etc. of the song are
88 // add each song to mItems
MusicIntentReceiver.java 65 // previous song
  /external/chromium/third_party/libevent/
README 54 Dug Song
log.c 10 * Copyright (c) 2000 Dug Song <dugsong@monkey.org>
  /packages/apps/Music/src/com/android/music/
MusicAlphabetIndexer.java 24 * Handles comparisons in a different way because the Album, Song and Artist name
MediaPlaybackActivity.java 270 String song; local
276 song = mService.getTrackName();
287 song != null &&
288 song.startsWith("recording")) {
330 if ((song == null) || MediaStore.UNKNOWN_STRING.equals(song)) {
336 title = song;
338 query = artist + " " + song;
340 query = song;
358 i.putExtra(MediaStore.EXTRA_MEDIA_TITLE, song);
    [all...]
  /packages/apps/Music/res/values-en-rGB/
strings.xml 22 <string name="onesong" msgid="8336826100414159413">"1 song"</string>
43 <string name="delete_song_desc" msgid="1842681623848282205">"Permanently delete \"<xliff:g id="SONG">%s</xliff:g>\" from the SD card?"</string>
44 <string name="delete_song_desc_nosdcard" msgid="5064973032624148730">"Permanently delete \"<xliff:g id="SONG">%s</xliff:g>\" from USB storage?"</string>
47 <item quantity="one" msgid="8560276109508404217">"1 song was deleted."</item>
94 <string name="repeat_current_notif" msgid="1227153936360904196">"Repeating current song."</string>
105 <item quantity="one" msgid="422388042993582235">"1 song added to playlist."</item>
112 <string name="service_start_error_msg" msgid="7061754255330276478">"The song couldn\'t be played."</string>
  /packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java 146 * Test case 2: Set a song as ringtone
172 * Test case 3: Delete a song
173 * Test case precondition: Copy a song and rescan the sdcard
174 * Verification: The song is deleted from the sdcard and mediastore
181 //Copy a song from the golden directory
  /packages/apps/Calendar/src/com/android/calendar/
StickyHeaderListView.java 87 * Album A, song 1, song 2, ...., song 10, Album B, song 1, ..., song 7. A call to
88 * this method with the position of song 5 in Album B, should return the position
  /external/kernel-headers/original/linux/sunrpc/
auth_gss.h 6 * Dug Song <dugsong@monkey.org>
gss_api.h 6 * Dug Song <dugsong@monkey.org>
  /hardware/libhardware/include/hardware/
bt_rc.h 144 /** Callback to fetch the get element attributes of the current song
181 ** 2. Song duration/length
182 ** 3. Song position
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 98 fail("We just downloaded a song off the Internet with no permissions, and uploaded arbitrary data in the query string");
  /external/chromium/third_party/libjingle/source/talk/xmpp/
ratelimitmanager.h 93 // True iff the current time >= to the next song allowed time
130 // True iff the current time >= to the next song allowed time
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java 186 assertTrue("song id should not be 0", song1a != 0);
187 assertTrue("song id should not be 0", song1b != 0);
188 assertTrue("song ids should not be same", song1a != song1b);
207 assertEquals("mismatched song ids", song1a, song2b);
208 assertEquals("mismatched song ids", song2a, song1b);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java 177 // The song should appear only once, for the genre we used when inserting it
205 // insert the song into the second genre
217 // This time the song should appear twice, once for each genre
271 // The song should appear only once, for the genre we used when inserting it
287 // The song should no longer appear in the genre
  /external/openssh/
README 15 and Dug Song. It has a homepage at http://www.openssh.com/

Completed in 2022 milliseconds

1 2 3 4 5 6 7 8