Lines Matching full:notificationintent
719 Intent notificationIntent = new Intent(this, NotificationService.class);720 notificationIntent.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION);721 startService(notificationIntent);