Home | History | Annotate | Download | only in music

Lines Matching refs:TRACK

53  * Activity allowing the user to select a music track on the device, and
55 * extensive, providing information about each track like the music
81 /** Menu item to sort the music list by track title. */
98 MediaStore.Audio.Media.TRACK
116 /** Used to keep track of the last scroll state of the list. */
118 /** Used to keep track of whether the list last had focus. */
142 /** Which track row ID the user has last selected. */
147 /** If >= 0, we are currently playing a track for preview, and this is its
547 + MediaStore.Audio.Media.TRACK + " ASC, "
555 + MediaStore.Audio.Media.TRACK + " ASC, "
667 Log.w("MusicPicker", "Unable to play track", e);