Searched defs:NOTIFICATION_ID (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3198 private static final String NOTIFICATION_ID = "CaptivePortal.Notification"; field in class:ConnectivityService
3299 notificationManager.notify(NOTIFICATION_ID, id, notification);
3306 notificationManager.cancel(NOTIFICATION_ID, id);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java33 private static final int NOTIFICATION_ID = 433; // John Cage, 1952 field in class:NotificationHelper
151 mNoMan.cancel(NOTIFICATION_ID);
155 mNoMan.cancel(NOTIFICATION_ID);
232 mService.startForeground(NOTIFICATION_ID, notification);
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java58 public static final int NOTIFICATION_ID = 31338; field in class:NotificationTests
390 noMa.notify(NOTIFICATION_ID + i, n);
404 noMa.cancel(NOTIFICATION_ID + i);
439 noMa.notify(NOTIFICATION_ID + i, n2);
450 noMa.cancel(NOTIFICATION_ID + i);
474 noMa.cancel(NOTIFICATION_ID + id);

Completed in 109 milliseconds