Home
last modified time | relevance | path

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

/packages/apps/Music/tests/src/com/android/music/functional/
DTestSongs.java80 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in addNewPlaylist()
82 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in addNewPlaylist()
189 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in testDeleteSong()
191 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in testDeleteSong()
195 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in testDeleteSong()
DTestPlaylist.java93 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in addNewPlaylist()
102 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in addNewPlaylist()
123 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in renamePlaylist()
/packages/apps/Music/tests/src/com/android/music/stress/
DAlbumsPlaybackStress.java69 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in testAlbumPlay()
76 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in testAlbumPlay()
DMusicPlaybackStress.java62 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME); in testPlayAllSongs()
/packages/apps/Music/tests/src/com/android/music/
DMusicPlayerNames.java51 public static int WAIT_LONG_TIME = 2000; field in MusicPlayerNames