Searched refs:MediaNotificationManager (Results 1 – 2 of 2) sorted by relevance
43 public class MediaNotificationManager extends BroadcastReceiver { class44 private static final String TAG = LogHelper.makeLogTag(MediaNotificationManager.class);73 public MediaNotificationManager(MusicService service) { in MediaNotificationManager() method in MediaNotificationManager
133 private MediaNotificationManager mMediaNotificationManager;177 mMediaNotificationManager = new MediaNotificationManager(this); in onCreate()