Searched refs:mediaButtonIntent (Results 1 – 1 of 1) sorted by relevance
366 Intent mediaButtonIntent = new Intent(Intent.ACTION_MEDIA_BUTTON); in onCreate() local367 mediaButtonIntent.setComponent(mEventReceiver); in onCreate()368 mMediaPendingIntent = PendingIntent.getBroadcast(this, 0, mediaButtonIntent, 0); in onCreate()