Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ID (Results 1 – 7 of 7) 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
97 manager.notify(NOTIFICATION_ID, builder.getNotification()); in onReceive()
105 manager.cancel(NOTIFICATION_ID); in onReceive()
DBluetoothPermissionRequest.java39 public static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPermissionRequest
113 notificationManager.notify(NOTIFICATION_ID, notification); in onReceive()
119 manager.cancel(NOTIFICATION_ID); in onReceive()
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationShowcaseActivity.java30 private static final int NOTIFICATION_ID = 31338; field in NotificationShowcaseActivity
220 mNoMa.notify(NOTIFICATION_ID + i, mNotifications.get(i)); in doPost()
226 mNoMa.cancel(NOTIFICATION_ID + i); in doRemove()
/packages/apps/Contacts/src/com/android/contacts/calllog/
DDefaultVoicemailNotifier.java51 private static final int NOTIFICATION_ID = 1; field in DefaultVoicemailNotifier
193 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build()); in updateNotification()
205 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID); in clearNotification()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java54 static final int NOTIFICATION_ID = 1; field in CellBroadcastAlertService
254 int notificationId = NOTIFICATION_ID; in addToNotificationBar()
DCellBroadcastListActivity.java59 .cancel(CellBroadcastAlertService.NOTIFICATION_ID); in onCreate()
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java94 private static final int NOTIFICATION_ID = 123; field in MessagingNotification
267 cancelNotification(context, NOTIFICATION_ID); in blockingUpdateNewMessageIndicator()
1005 nm.notify(NOTIFICATION_ID, notification); in updateNotification()