Home
last modified time | relevance | path

Searched refs:MusicPlayerNames (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Music/tests/src/com/android/music/functional/
DTestPlaylist.java36 import com.android.music.tests.MusicPlayerNames;
73 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME); in deletePlaylist()
76 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME); in deletePlaylist()
93 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in addNewPlaylist()
96 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME); in addNewPlaylist()
98 clearSearchString(MusicPlayerNames.DEFAULT_PLAYLIST_LENGTH); in addNewPlaylist()
102 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in addNewPlaylist()
114 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME); in renamePlaylist()
117 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME); in renamePlaylist()
123 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in renamePlaylist()
[all …]
DTestSongs.java41 import com.android.music.tests.MusicPlayerNames;
71 for (int i=0; i< MusicPlayerNames.NO_OF_PLAYLIST; i++){ in addNewPlaylist()
73 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME); in addNewPlaylist()
75 for (int j=0; j< MusicPlayerNames.DEFAULT_PLAYLIST_LENGTH; j++) in addNewPlaylist()
77 inst.sendStringSync(MusicPlayerNames.unsortedPlaylistTitle[i]); in addNewPlaylist()
80 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in addNewPlaylist()
82 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in addNewPlaylist()
110 Thread.sleep(MusicPlayerNames.WAIT_VERY_LONG_TIME); in rescanSdcard()
139 …assertEquals("New sorted Playlist title:", MusicPlayerNames.expectedPlaylistTitle[j], mCursor.getS… in testAddPlaylist()
167 assertEquals(TAG, MusicPlayerNames.EXPECTED_NO_RINGTONE, isRingtoneSet); in testSetRingtone()
[all …]
/packages/apps/Music/tests/src/com/android/music/stress/
DAlbumsPlaybackStress.java32 import com.android.music.tests.MusicPlayerNames;
69 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in testAlbumPlay()
72 for(int i=0; i< MusicPlayerNames.NO_ALBUMS_TOBE_PLAYED; i++){ in testAlbumPlay()
76 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in testAlbumPlay()
DMusicPlaybackStress.java35 import com.android.music.tests.MusicPlayerNames;
62 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in testPlayAllSongs()
64 for (int i=0;i< MusicPlayerNames.NO_SKIPPING_SONGS;i++){ in testPlayAllSongs()
65 Thread.sleep(MusicPlayerNames.SKIP_WAIT_TIME); in testPlayAllSongs()
/packages/apps/Music/tests/src/com/android/music/
DMusicPlayerNames.java27 public class MusicPlayerNames { class