Searched refs:NOTIFICATION_ID (Results 1 – 7 of 7) sorted by relevance
40 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPairingRequest97 manager.notify(NOTIFICATION_ID, builder.getNotification()); in onReceive()105 manager.cancel(NOTIFICATION_ID); in onReceive()
39 public static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPermissionRequest113 notificationManager.notify(NOTIFICATION_ID, notification); in onReceive()119 manager.cancel(NOTIFICATION_ID); in onReceive()
30 private static final int NOTIFICATION_ID = 31338; field in NotificationShowcaseActivity220 mNoMa.notify(NOTIFICATION_ID + i, mNotifications.get(i)); in doPost()226 mNoMa.cancel(NOTIFICATION_ID + i); in doRemove()
51 private static final int NOTIFICATION_ID = 1; field in DefaultVoicemailNotifier193 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build()); in updateNotification()205 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID); in clearNotification()
54 static final int NOTIFICATION_ID = 1; field in CellBroadcastAlertService254 int notificationId = NOTIFICATION_ID; in addToNotificationBar()
59 .cancel(CellBroadcastAlertService.NOTIFICATION_ID); in onCreate()
94 private static final int NOTIFICATION_ID = 123; field in MessagingNotification267 cancelNotification(context, NOTIFICATION_ID); in blockingUpdateNewMessageIndicator()1005 nm.notify(NOTIFICATION_ID, notification); in updateNotification()