Searched refs:nowPlayingIntent (Results 1 – 1 of 1) sorted by relevance
745 Intent nowPlayingIntent = new Intent(this, MainActivity.class); in onCreate() local747 nowPlayingIntent, PendingIntent.FLAG_IMMUTABLE); in onCreate()