HomeSort by relevance Sort by last modified time
    Searched refs:whereclause (Results 1 - 5 of 5) sorted by null

  /packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java 131 String whereclause = MediaStore.Audio.Playlists.NAME + " != ''"; local
133 cols, whereclause, null,
161 String whereclause = MediaStore.Audio.Media.IS_RINGTONE + " = 1"; local
163 null, whereclause, null, null);
209 String whereclause = MediaStore.Audio.Media.DISPLAY_NAME + " = '" + local
212 null, whereclause, null, null);
TestPlaylist.java 138 String whereclause = MediaStore.Audio.Playlists.NAME + " = '" + playlistname +"'"; local
140 cols, whereclause, null,
  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 137 String whereclause = MediaStore.Audio.Playlists.NAME + " != ''"; local
139 cols, whereclause, null,
PlaylistBrowserActivity.java 489 String whereclause = where.toString(); local
494 mCols, whereclause, keywords, MediaStore.Audio.Playlists.NAME);
499 mCols, whereclause, keywords, MediaStore.Audio.Playlists.NAME);
MusicUtils.java 422 String whereclause = MediaStore.Audio.Playlists.NAME + " != ''"; local
424 cols, whereclause, null,
    [all...]

Completed in 152 milliseconds