Home
last modified time | relevance | path

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

/packages/apps/Music/tests/src/com/android/music/functional/
DTestPlaylist.java168 … renamePlaylist(MusicPlayerNames.ORIGINAL_PLAYLIST_NAME, MusicPlayerNames.RENAMED_PLAYLIST_NAME); in testRenamePlaylist()
169 isEmptyPlaylist = verifyPlaylist(MusicPlayerNames.RENAMED_PLAYLIST_NAME); in testRenamePlaylist()
170 deletePlaylist(MusicPlayerNames.RENAMED_PLAYLIST_NAME); in testRenamePlaylist()
/packages/apps/Music/tests/src/com/android/music/
DMusicPlayerNames.java47 public static final String RENAMED_PLAYLIST_NAME = "rename_playlist_name"; field in MusicPlayerNames