Home | History | Annotate | Download | only in com.example.android.mediabrowserservice

Lines Matching refs:MusicService

113 public class MusicService extends MediaBrowserService implements OnPreparedListener,
116 private static final String TAG = "MusicService";
210 mSession = new MediaSession(this, "MusicService");
610 // The MusicService needs to keep running even after the calling MediaBrowser
613 startService(new Intent(getApplicationContext(), MusicService.class));