Home | History | Annotate | Download | only in fmradio

Lines Matching refs:pIntent

1759             PendingIntent pIntent = PendingIntent.getService(mContext, 0, intent, 0);
1760 mNotificationBuilder.addAction(R.drawable.btn_fm_prevstation, "", pIntent);
1763 pIntent = PendingIntent.getService(mContext, 0, intent, 0);
1764 mNotificationBuilder.addAction(R.drawable.btn_fm_rec_stop_enabled, "", pIntent);
1767 pIntent = PendingIntent.getService(mContext, 0, intent, 0);
1768 mNotificationBuilder.addAction(R.drawable.btn_fm_nextstation, "", pIntent);