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/docs/html/training/scheduling/
Dwakelock.jd201 public static final int NOTIFICATION_ID = 1;
/frameworks/base/docs/html/google/gcm/
Dclient.jd542 public static final int NOTIFICATION_ID = 1;
613 mNotificationManager.notify(NOTIFICATION_ID, mBuilder.build());
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3117 private static final String NOTIFICATION_ID = "CaptivePortal.Notification"; field in ConnectivityService
3188 notificationManager.notify(NOTIFICATION_ID, id, notification); in setProvNotificationVisibleIntent()
3195 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);