Searched defs:whereclause (Results 1 – 5 of 5) sorted by relevance
131 String whereclause = MediaStore.Audio.Playlists.NAME + " != ''"; in testAddPlaylist() local161 String whereclause = MediaStore.Audio.Media.IS_RINGTONE + " = 1"; in testSetRingtone() local209 String whereclause = MediaStore.Audio.Media.DISPLAY_NAME + " = '" + in testDeleteSong() local
138 String whereclause = MediaStore.Audio.Playlists.NAME + " = '" + playlistname +"'"; in verifyPlaylist() local
137 String whereclause = MediaStore.Audio.Playlists.NAME + " != ''"; in makePlaylistName() local
489 String whereclause = where.toString(); in getPlaylistCursor() local
422 String whereclause = MediaStore.Audio.Playlists.NAME + " != ''"; in makePlaylistMenu() local