Home
last modified time | relevance | path

Searched refs:ORIGINAL_PLAYLIST_NAME (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Music/tests/src/com/android/music/functional/
DTestPlaylist.java167 addNewPlaylist(MusicPlayerNames.ORIGINAL_PLAYLIST_NAME); in testRenamePlaylist()
168 … renamePlaylist(MusicPlayerNames.ORIGINAL_PLAYLIST_NAME, MusicPlayerNames.RENAMED_PLAYLIST_NAME); in testRenamePlaylist()
/packages/apps/Music/tests/src/com/android/music/
DMusicPlayerNames.java46 public static final String ORIGINAL_PLAYLIST_NAME = "original_playlist_name"; field in MusicPlayerNames