HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFY_TAG (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java 85 private static final String NOTIFY_TAG = "tv_recommendation";
292 mNotificationManager.cancel(NOTIFY_TAG, notificationId);
324 mNotificationManager.cancel(NOTIFY_TAG, notificationId);
340 mNotificationManager.cancel(NOTIFY_TAG, i);
453 mNotificationManager.notify(NOTIFY_TAG, notificationId, notification);
  /packages/apps/TV/src/com/android/tv/tuner/setup/
TunerSetupActivity.java 79 private static final String NOTIFY_TAG = "TunerSetup";
415 notificationManager.notify(NOTIFY_TAG, NOTIFY_ID, notification);
436 notificationManager.notify(NOTIFY_TAG, NOTIFY_ID, notification);
461 notificationManager.cancel(NOTIFY_TAG, NOTIFY_ID);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 52 private final static String NOTIFY_TAG = "foo";
201 mNM.notify(NOTIFY_TAG, id, n);
207 mNM.cancel(NOTIFY_TAG, id);

Completed in 89 milliseconds