Home | History | Annotate | Download | only in music

Lines Matching refs:MediaPlaybackService

52         // Send broadcast intent to any running MediaPlaybackService so it can
54 Intent updateIntent = new Intent(MediaPlaybackService.SERVICECMD);
55 updateIntent.putExtra(MediaPlaybackService.CMDNAME,
98 * Handle a change notification coming over from {@link MediaPlaybackService}
100 void notifyChange(MediaPlaybackService service, String what) {
102 if (MediaPlaybackService.META_CHANGED.equals(what) ||
103 MediaPlaybackService.PLAYSTATE_CHANGED.equals(what)) {
112 void performUpdate(MediaPlaybackService service, int[] appWidgetIds) {
177 final ComponentName serviceName = new ComponentName(context, MediaPlaybackService.class);
191 intent = new Intent(MediaPlaybackService.TOGGLEPAUSE_ACTION);
197 intent = new Intent(MediaPlaybackService.NEXT_ACTION);