Home
last modified time | relevance | path

Searched refs:ACTION_SHOW_RECOMMENDATION (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/receiver/
DBootCompletedReceiver.java66 notificationIntent.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION); in onReceive()
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java67 public static final String ACTION_SHOW_RECOMMENDATION = field in NotificationService
241 if (ACTION_SHOW_RECOMMENDATION.equals(action)) { in onStartCommand()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java835 notificationIntent.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION); in onStart()