Home | History | Annotate | Download | only in tv

Lines Matching refs:notificationIntent

719             Intent notificationIntent = new Intent(this, NotificationService.class);
720 notificationIntent.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION);
721 startService(notificationIntent);