Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingRequest.java40 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()
DBluetoothPermissionRequest.java43 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/
DSimSelectNotification.java40 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/
DStopwatchService.java36 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/
DDefaultVoicemailNotifier.java56 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/
DCellBroadcastAlertService.java56 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()
DCellBroadcastListActivity.java62 .cancel(CellBroadcastAlertService.NOTIFICATION_ID); in onCreate()
DCellBroadcastAlertFullScreen.java330 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID); in clearNotification()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java92 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/
DNotificationService.java48 public static final int NOTIFICATION_ID = 31338; field in NotificationService
261 noMa.notify(NOTIFICATION_ID + i, mNotifications.get(i)); in onHandleIntent()
DFullScreenActivity.java42 noMa.cancel(NotificationService.NOTIFICATION_ID + id); in onCreate()
DUpdateService.java56 noMa.notify(NotificationService.NOTIFICATION_ID + id, in onHandleIntent()
DPhoneService.java65 noMa.cancel(NotificationService.NOTIFICATION_ID + id); in onHandleIntent()
DProgressService.java59 noMa.notify(NotificationService.NOTIFICATION_ID + mId, in run()
/packages/apps/FMRadio/src/com/android/fmradio/
DFmService.java100 private static final int NOTIFICATION_ID = 1; field in FmService
1801 startForeground(NOTIFICATION_ID, n); in showPlayingNotification()
1808 startForeground(NOTIFICATION_ID, notification); in showRecordingNotification()