Searched refs:NOTIFY_TAG (Results 1 – 2 of 2) sorted by relevance
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 84 private static final String NOTIFY_TAG = "tv_recommendation"; field in NotificationService 298 mNotificationManager.cancel(NOTIFY_TAG, notificationId); in showRecommendation() 330 mNotificationManager.cancel(NOTIFY_TAG, notificationId); in changeRecommendation() 346 mNotificationManager.cancel(NOTIFY_TAG, i); in hideAllRecommendation() 470 mNotificationManager.notify(NOTIFY_TAG, notificationId, notification); in sendNotification()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/ |
D | BaseTunerSetupActivity.java | 64 protected static final String NOTIFY_TAG = "TunerSetup"; field in BaseTunerSetupActivity 337 notificationManager.cancel(NOTIFY_TAG, NOTIFY_ID); in cancelNotification() 418 notificationManager.notify(NOTIFY_TAG, NOTIFY_ID, notification); in sendNotificationInternal() 455 notificationManager.notify(NOTIFY_TAG, NOTIFY_ID, notification); in sendRecommendationCard()
|