Home | History | Annotate | Download | only in tv

Lines Matching refs:notificationIntent

754         Intent notificationIntent = new Intent(this, NotificationService.class);
755 notificationIntent.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION);
756 startService(notificationIntent);