Searched refs:NOTIFY_TAG (Results 1 – 2 of 2) sorted by relevance
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 82 private static final String NOTIFY_TAG = "tv_recommendation"; field in NotificationService 296 mNotificationManager.cancel(NOTIFY_TAG, notificationId); in showRecommendation() 328 mNotificationManager.cancel(NOTIFY_TAG, notificationId); in changeRecommendation() 344 mNotificationManager.cancel(NOTIFY_TAG, i); in hideAllRecommendation() 467 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 329 notificationManager.cancel(NOTIFY_TAG, NOTIFY_ID); in cancelNotification() 410 notificationManager.notify(NOTIFY_TAG, NOTIFY_ID, notification); in sendNotificationInternal() 447 notificationManager.notify(NOTIFY_TAG, NOTIFY_ID, notification); in sendRecommendationCard()
|