Lines Matching refs:TRACK
54 * Activity allowing the user to select a music track on the device, and
56 * extensive, providing information about each track like the music
82 /** Menu item to sort the music list by track title. */
99 MediaStore.Audio.Media.TRACK
117 /** Used to keep track of the last scroll state of the list. */
119 /** Used to keep track of whether the list last had focus. */
143 /** Which track row ID the user has last selected. */
148 /** If >= 0, we are currently playing a track for preview, and this is its
548 + MediaStore.Audio.Media.TRACK + " ASC, "
556 + MediaStore.Audio.Media.TRACK + " ASC, "
651 Log.w("MusicPicker", "Unable to play track", e);