/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingRequest.java | 40 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPairingRequest 101 manager.notify(NOTIFICATION_ID, builder.getNotification()); in onReceive() 109 manager.cancel(NOTIFICATION_ID); in onReceive() 121 manager.cancel(NOTIFICATION_ID); in onReceive()
|
D | BluetoothPermissionRequest.java | 43 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPermissionRequest 182 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID, in onReceive() local 192 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID); in onReceive() local
|
/packages/apps/Settings/src/com/android/settings/sim/ |
D | SimSelectNotification.java | 40 private static final int NOTIFICATION_ID = 1; field in SimSelectNotification 134 notificationManager.notify(NOTIFICATION_ID, builder.build()); in createNotification() 140 notificationManager.cancel(NOTIFICATION_ID); in cancelNotification()
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchService.java | 36 private static final int NOTIFICATION_ID = Integer.MAX_VALUE - 1; field in StopwatchService 139 mNotificationManager.cancel(NOTIFICATION_ID); in onStartCommand() 151 mNotificationManager.cancel(NOTIFICATION_ID); in onDestroy() 273 mNotificationManager.notify(NOTIFICATION_ID, notification); in setNotification()
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | DefaultVoicemailNotifier.java | 56 private static final int NOTIFICATION_ID = 1; field in DefaultVoicemailNotifier 199 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build()); in updateNotification() 210 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID); in clearNotification()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertService.java | 56 static final int NOTIFICATION_ID = 1; field in CellBroadcastAlertService 418 PendingIntent pi = PendingIntent.getActivity(this, NOTIFICATION_ID, intent, in addToNotificationBar() 448 notificationManager.notify(NOTIFICATION_ID, builder.build()); in addToNotificationBar()
|
D | CellBroadcastListActivity.java | 62 .cancel(CellBroadcastAlertService.NOTIFICATION_ID); in onCreate()
|
D | CellBroadcastAlertFullScreen.java | 330 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID); in clearNotification()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapServer.java | 92 public static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in SapServer 286 notificationManager.notify(NOTIFICATION_ID, notification); in setNotification() 292 notificationManager.cancel(SapServer.NOTIFICATION_ID); in clearNotification()
|
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
D | NotificationService.java | 48 public static final int NOTIFICATION_ID = 31338; field in NotificationService 261 noMa.notify(NOTIFICATION_ID + i, mNotifications.get(i)); in onHandleIntent()
|
D | FullScreenActivity.java | 42 noMa.cancel(NotificationService.NOTIFICATION_ID + id); in onCreate()
|
D | UpdateService.java | 56 noMa.notify(NotificationService.NOTIFICATION_ID + id, in onHandleIntent()
|
D | PhoneService.java | 65 noMa.cancel(NotificationService.NOTIFICATION_ID + id); in onHandleIntent()
|
D | ProgressService.java | 59 noMa.notify(NotificationService.NOTIFICATION_ID + mId, in run()
|
/packages/apps/FMRadio/src/com/android/fmradio/ |
D | FmService.java | 100 private static final int NOTIFICATION_ID = 1; field in FmService 1801 startForeground(NOTIFICATION_ID, n); in showPlayingNotification() 1808 startForeground(NOTIFICATION_ID, notification); in showRecordingNotification()
|