Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ID (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java33 private static final int NOTIFICATION_ID = 433; // John Cage, 1952 field in NotificationHelper
151 mNoMan.cancel(NOTIFICATION_ID); in updateNotification()
155 mNoMan.cancel(NOTIFICATION_ID); in updateNotification()
232 mService.startForeground(NOTIFICATION_ID, notification); in updateNotification()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java58 public static final int NOTIFICATION_ID = 31338; field in NotificationTests
390 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()
/frameworks/base/docs/html/training/scheduling/
Dwakelock.jd201 public static final int NOTIFICATION_ID = 1;
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3198 private static final String NOTIFICATION_ID = "CaptivePortal.Notification"; field in ConnectivityService
3299 notificationManager.notify(NOTIFICATION_ID, id, notification); in setProvNotificationVisibleIntent()
3306 notificationManager.cancel(NOTIFICATION_ID, id); in setProvNotificationVisibleIntent()
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_integrate.jd970 public static final String NOTIFICATION_ID = "notification_id";
985 String notifyId = intent.getStringExtra(NOTIFICATION_ID);
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd432 startForeground(NOTIFICATION_ID, notification);