Searched refs:aIntent (Results 1 – 1 of 1) sorted by relevance
1761 Intent aIntent = new Intent(Intent.ACTION_MAIN); in showPlayingNotification() local1762 aIntent.addCategory(Intent.CATEGORY_LAUNCHER); in showPlayingNotification()1763 aIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in showPlayingNotification()1764 aIntent.setClassName(getPackageName(), mTargetClassName); in showPlayingNotification()1765 PendingIntent pAIntent = PendingIntent.getActivity(mContext, 0, aIntent, 0); in showPlayingNotification()