Home | History | Annotate | Download | only in music

Lines Matching defs:MusicUtils

72 public class MusicUtils {
74 private static final String TAG = "MusicUtils";
185 Log.e("MusicUtils", "Trying to unbind with null token");
191 Log.e("MusicUtils", "Trying to unbind for unknown Context");
235 if (MusicUtils.sService != null) {
245 if (MusicUtils.sService != null) {
282 int shuffle = MusicUtils.getCurrentShuffleMode();
298 if (MusicUtils.sService != null) {
504 Log.e("MusicUtils", "Failed to delete file " + name);
794 Log.d("MusicUtils", "attempt to play empty song list");
907 Bitmap b = MusicUtils.getArtworkQuick(context, artIndex, w, h);
1245 if (true && MusicUtils.sService != null && MusicUtils.sService.getAudioId() != -1) {
1248 title.setText(MusicUtils.sService.getTrackName());
1249 String artistName = MusicUtils.sService.getArtistName();