Searched refs:NOTIFICATION_ID (Results 1 – 6 of 6) sorted by relevance
33 private static final int NOTIFICATION_ID = 433; // John Cage, 1952 field in NotificationHelper151 mNoMan.cancel(NOTIFICATION_ID); in updateNotification()155 mNoMan.cancel(NOTIFICATION_ID); in updateNotification()232 mService.startForeground(NOTIFICATION_ID, notification); in updateNotification()
58 public static final int NOTIFICATION_ID = 31338; field in NotificationTests390 noMa.notify(NOTIFICATION_ID + i, n); in testCreate()404 noMa.cancel(NOTIFICATION_ID + i); in testCreate()439 noMa.notify(NOTIFICATION_ID + i, n2); in testCreate()450 noMa.cancel(NOTIFICATION_ID + i); in testCreate()474 noMa.cancel(NOTIFICATION_ID + id); in onCreate()
201 public static final int NOTIFICATION_ID = 1;
3198 private static final String NOTIFICATION_ID = "CaptivePortal.Notification"; field in ConnectivityService3299 notificationManager.notify(NOTIFICATION_ID, id, notification); in setProvNotificationVisibleIntent()3306 notificationManager.cancel(NOTIFICATION_ID, id); in setProvNotificationVisibleIntent()
970 public static final String NOTIFICATION_ID = "notification_id";985 String notifyId = intent.getStringExtra(NOTIFICATION_ID);
432 startForeground(NOTIFICATION_ID, notification);