Searched refs:whereclause (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Music/tests/src/com/android/music/functional/ |
D | TestSongs.java | 131 String whereclause = MediaStore.Audio.Playlists.NAME + " != ''"; in testAddPlaylist() local 133 cols, whereclause, null, in testAddPlaylist() 161 String whereclause = MediaStore.Audio.Media.IS_RINGTONE + " = 1"; in testSetRingtone() local 163 null, whereclause, null, null); in testSetRingtone() 209 String whereclause = MediaStore.Audio.Media.DISPLAY_NAME + " = '" + in testDeleteSong() local 212 null, whereclause, null, null); in testDeleteSong()
|
D | TestPlaylist.java | 138 String whereclause = MediaStore.Audio.Playlists.NAME + " = '" + playlistname +"'"; in verifyPlaylist() local 140 cols, whereclause, null, in verifyPlaylist()
|
/packages/apps/Music/src/com/android/music/ |
D | CreatePlaylist.java | 137 String whereclause = MediaStore.Audio.Playlists.NAME + " != ''"; in makePlaylistName() local 139 cols, whereclause, null, in makePlaylistName()
|
D | PlaylistBrowserActivity.java | 489 String whereclause = where.toString(); in getPlaylistCursor() local 494 mCols, whereclause, keywords, MediaStore.Audio.Playlists.NAME); in getPlaylistCursor() 499 mCols, whereclause, keywords, MediaStore.Audio.Playlists.NAME); in getPlaylistCursor()
|
D | MusicUtils.java | 422 String whereclause = MediaStore.Audio.Playlists.NAME + " != ''"; in makePlaylistMenu() local 424 cols, whereclause, null, in makePlaylistMenu()
|